projects
/
darcs-mirror-sem_syn.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Input and output codes now looks similar to Haskell (or Curry?)
[darcs-mirror-sem_syn.git]
/
Makefile
1
TARGET = b18n-combined
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 -rf $(TARGET)
10
rm -rf *.o *.hi
11
rm -rf *~