commit c7ab830c2205c5a51c88d9d9eddff2dc3bacc22d parent ebe91da7fe6e69317e93f0e181d3221eeb731daf Author: Quentin Carbonneaux <quentin.carbonneaux@yale.edu> Date: Fri, 10 Jul 2015 03:09:35 -0400 do not remove t subdir while 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.out tmain.c t.o && ./t.out clean: - rm -f bak t *.o *.cm[io] + rm -f bak *.out *.o *.cm[io]