projects
/
darcs-mirror-sem_syn.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
"cabal init"ed
[darcs-mirror-sem_syn.git]
/
Makefile
1
TARGET = combined_b18n
2
3
all : $(TARGET)
4
5
$(TARGET): Main.hs AST.hs Parser.hs Util.hs Type.hs Shapify.hs CodeGen.hs
6
ghc --make -o $(TARGET) Main.hs
7
8
clean:
9
rm $(TARGET)
10
rm -rf *.o *.hi
11
rm *~