summary refs log tree commit diff
path: root/Makefile
diff options
context:
space:
mode:
authorQuentin Carbonneaux <quentin.carbonneaux@yale.edu>2015-07-10 03:09:35 -0400
committerQuentin Carbonneaux <quentin.carbonneaux@yale.edu>2015-09-15 23:01:27 -0400
commitc7ab830c2205c5a51c88d9d9eddff2dc3bacc22d (patch)
tree52a5674e482e309c8ce06b63d92e215036125046 /Makefile
parentebe91da7fe6e69317e93f0e181d3221eeb731daf (diff)
downloadroux-c7ab830c2205c5a51c88d9d9eddff2dc3bacc22d.tar.gz
do not remove t subdir while cleaning
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
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]