compiler - Better comment handling
[hwframework.git] / exmaples / Makefile
blobeda52dce030cdc7fb48091d74f0fda02fec64995
1 HWC = ../hwc
3 all:
4 $(HWC) hello.hw
5 $(HWC) second.hw
6 $(HWC) three.hw
7 $(HWC) other.hw
9 clean:
10 rm hello.hx
11 rm second.hx
12 rm three.hx
13 rm other.hx