m-chrzan.xyz
aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index b32ae73..6aef581 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,4 @@
all: bnfc parser interpreter
- # ghc -dynamic --make Parser/TestSchmim.hs -o Parser/TestSchmim
bnfc:
bnfc -haskell -p Parser schmim.bnfc
@@ -12,4 +11,4 @@ interpreter: parser bnfc
ghc -dynamic Schmim.hs -o interpreter
clean:
- -rm -f Parser/*.log Parser/*.aux Parser/*.hi Parser/*.o Parser/*.dvi *.o *.hi interpreter
+ -rm -rf Parser *.o *.hi interpreter