medfall

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit 293ab5403110e0c781a8c16a751166b805009aa2
parent f620dab8ef28d01a21df0412385882fe9b82a826
Author: Michael Savage <mikejsavage@gmail.com>
Date:   Wed Sep 16 21:41:59 +0100

Just remove *.o in make clean

Diffstat:
Makefile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile @@ -36,7 +36,7 @@ btt.so: btt.o heightmap.o memory_arena.o work_queue.o stb_image.o immediate.o gp $(CXX) $^ $(LDFLAGS) -o $@ -shared clean: - rm -f medfall bsp.so hm.so pp $(OBJS) $(BSPOBJS) $(HMOBJS) $(PPOBJS) + rm -f medfall bsp.so hm.so pp *.o stb_image.o: stb_image.cc $(CXX) $(CXXFLAGS) -c -o $@ $^ -DSTB_IMAGE_IMPLEMENTATION