Add *.gch to make clean recipe

This commit is contained in:
surkeh 2018-04-23 18:57:57 -07:00
parent a12140f4ac
commit 360d57477d

View File

@ -35,4 +35,4 @@ devil1geo.o: src/devil1geo.c
$(CC) -c $^ $(CFLAGS) $(CC) -c $^ $(CFLAGS)
clean: clean:
rm *.o $(TARGET) $(PEX) $(TEX) $(MEX) rm *.o *.gch $(TARGET) $(PEX) $(TEX) $(MEX)