summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDavid Phillips <david@sighup.nz>2017-12-28 22:16:11 +1300
committerDavid Phillips <david@sighup.nz>2017-12-28 22:16:11 +1300
commit486080d2def79f7a2c84b6289b2baf8e292f37e2 (patch)
tree76a97e68e9137241fb17496fe223fedf14a5513b /Makefile
parent5d8b9c9d853e4c2ea0fb83975dda504302eb1eac (diff)
downloadhence-486080d2def79f7a2c84b6289b2baf8e292f37e2.tar.xz
Move test binaries to separate ignored dir
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 8c7b6eb..1b28030 100644
--- a/Makefile
+++ b/Makefile
@@ -11,3 +11,6 @@ test: all
clean:
rm -f parser simulator
rm -f *.o
+
+full-clean: clean
+ make -C test clean