From d2fb720ded8e9a57cfc1690050af6c2079341e4f Mon Sep 17 00:00:00 2001 From: Koz Ross Date: Sun, 5 Feb 2017 12:44:47 +1300 Subject: [PATCH] Removing stray files, fixing clean target to purge them in the future --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 1d78853b..10a4b494 100644 --- a/Makefile +++ b/Makefile @@ -37,6 +37,7 @@ example : clean : rm -rf test.txt a.out *.o *.a *.out tags cyclone icyc scheme/*.o scheme/*.c scheme/*.meta srfi/*.c srfi/*.meta srfi/*.o scheme/cyclone/*.o scheme/cyclone/*.c scheme/cyclone/*.meta cyclone.c dispatch.c icyc.c generate-c.c generate-c cd $(EXAMPLE_DIR) ; make clean + rm -rf tests/*.o tests/*.c install : libs install-libs install-includes install-bin $(MKDIR) $(DESTDIR)$(DATADIR)