From 360d57477d4b5157f3261b0cc20f7ead52423d05 Mon Sep 17 00:00:00 2001 From: surkeh Date: Mon, 23 Apr 2018 18:57:57 -0700 Subject: [PATCH] Add *.gch to make clean recipe --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9b199fb..ee67998 100644 --- a/Makefile +++ b/Makefile @@ -35,4 +35,4 @@ devil1geo.o: src/devil1geo.c $(CC) -c $^ $(CFLAGS) clean: - rm *.o $(TARGET) $(PEX) $(TEX) $(MEX) + rm *.o *.gch $(TARGET) $(PEX) $(TEX) $(MEX)