summaryrefslogtreecommitdiff
path: root/GNUmakefile
diff options
context:
space:
mode:
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile
index 2ae35f9..047e62e 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -100,7 +100,8 @@ $(GCE_DLL): $(OBJS)
clean:
-$(RM) *~
- -$(RM) *.o
+ -$(RM) *.pre
+ -$(RM) *.o
-$(RM) *.exe
realclean: clean