diff options
author | Camil Staps | 2016-05-26 17:23:16 +0200 |
---|---|---|
committer | Camil Staps | 2016-05-26 17:23:16 +0200 |
commit | ba10d1b5ec24a33059030c16f82558fe45e165d2 (patch) | |
tree | 41f438c3574d3b75ec9e03080a78ba26e63e5b2b /Makefile | |
parent | fix toString for Push (diff) |
Overloading IO functions in step; POC derivation tree generation
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,5 +1,5 @@ CPM=cpm -OBJ=run +OBJ=run tree DEPS=Smurf.dcl Smurf.icl SmurfParse.dcl SmurfParse.icl all: $(OBJ) |