diff options
author | Quentin Carbonneaux <quentin.carbonneaux@yale.edu> | 2015-07-10 03:09:35 -0400 |
---|---|---|
committer | Quentin Carbonneaux <quentin.carbonneaux@yale.edu> | 2015-09-15 23:01:27 -0400 |
commit | c7ab830c2205c5a51c88d9d9eddff2dc3bacc22d (patch) | |
tree | 52a5674e482e309c8ce06b63d92e215036125046 /Makefile | |
parent | ebe91da7fe6e69317e93f0e181d3221eeb731daf (diff) | |
download | roux-c7ab830c2205c5a51c88d9d9eddff2dc3bacc22d.tar.gz |
do not remove t subdir while cleaning
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile index db98298..c6ebd16 100644 --- 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] |