aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorCamil Staps2016-05-26 17:23:16 +0200
committerCamil Staps2016-05-26 17:23:16 +0200
commitba10d1b5ec24a33059030c16f82558fe45e165d2 (patch)
tree41f438c3574d3b75ec9e03080a78ba26e63e5b2b /Makefile
parentfix toString for Push (diff)
Overloading IO functions in step; POC derivation tree generation
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 4adbd65..a32c219 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
CPM=cpm
-OBJ=run
+OBJ=run tree
DEPS=Smurf.dcl Smurf.icl SmurfParse.dcl SmurfParse.icl
all: $(OBJ)