diff options
Diffstat (limited to 'GNUmakefile')
| -rw-r--r-- | GNUmakefile | 3 | 
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 | 
