3a_asm: ghc flags
[calu.git] / 3a_asm / Makefile
1 SHELL := zsh
2
3 all:
4         @ghc --make Main.hs -o dtas
5
6 .PHONY: clean test
7 clean:
8         rm -Rf **/**.o **/**.hi dtas
9
10 test: all
11         cat ../2_isa/src/sum.s && echo '==== here comes the DT ASM output ====' && cat ../2_isa/src/sum.s | ./dtas