medfall

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

commit e4206a080b9d2cac340aa46e1a02a5ebb1a12231
parent 6a62b2e43eba625de75b0fa1e8d825d119e3e8e9
Author: Michael Savage <mikejsavage@gmail.com>
Date:   Thu Aug 13 22:03:48 +0200

Remove preprocessor on make clean

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