summaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'makefile')
-rw-r--r--makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefile b/makefile
index 0364204..dae0c7d 100644
--- a/makefile
+++ b/makefile
@@ -1,5 +1,5 @@
.PHONY: all clean test
-ALL = attocc attocc-small attocc-debug
+ALL = attocc attocc-small attocc-debug attocc-test
all: $(ALL)
clean:
rm $(ALL)