chiark / gitweb /
clean up cores
[moebius2.git] / Makefile
index bec227e7bc409c626b7e59e67c0e0543e81da43b..f4c0ebc875e28a7d6294b4091201d7d492391745 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@
 TARGETS= minimise primer initial view
 
 CWARNS=        -Wall -Wwrite-strings -Wpointer-arith -Werror -Wshadow
-CXXWARNS= $(CWARNS) -Wno-shadow
+CXXWARNS= $(CWARNS) -Wno-shadow -Wno-error
 
 OPTIMISE=      -O2
 CFLAGS=                -MMD $(OPTIMISE) -g $(CWARNS)
@@ -25,7 +25,7 @@ initial:      generator primer sgtatham/z.typescript
                ./$^ -o$@
 
 clean:
-               rm -f *.o $(TARGETS) *.new *.tmp
+               rm -f *.o $(TARGETS) *.new *.tmp *.rej *.orig core vgcore.*
                rm -f initial
                rm -f *.d