summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authormo khan <mo@mokhan.ca>2015-01-03 16:48:59 -0700
committermo khan <mo@mokhan.ca>2015-01-03 16:48:59 -0700
commit2451373af6454203a3471cfb9e6f3280629f0d39 (patch)
treec09092ed5d3e3781a6455ec5ca2b1b346d66c4f8 /Makefile
parent3363f88a583fc24c348c97a02e8ffbbb309cb7e1 (diff)
add bin dir.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 2b4f499..78ba011 100644
--- a/Makefile
+++ b/Makefile
@@ -10,7 +10,6 @@ all: $(objects) main.o
$(exe)
clean:
- mkdir -p bin
rm -fr $(exe) $(test_exe) $(objects) $(test_objects)
test: $(objects) $(test_objects)