commit 7ab237d8ed81702dfbe034fd49de2e9fc9eba08c parent 11590df73669e4468d56ff2a1cc8774c66c38f90 Author: Quentin Carbonneaux <quentin.carbonneaux@yale.edu> Date: Sun, 5 Apr 2015 16:47:52 -0400 more cleaning Diffstat:
| M | Makefile | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile @@ -10,4 +10,4 @@ test: bak @cc -O2 -o t tmain.c t.o && ./t clean: - rm -f bak t t.o + rm -f bak t *.o *.cm[io]