repo.or.cz
/
hwframework.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
compiler - Better comment handling
[hwframework.git]
/
exmaples
/
Makefile
blob
eda52dce030cdc7fb48091d74f0fda02fec64995
1
HWC
=
..
/
hwc
2
3
all
:
4
$(
HWC
)
hello.hw
5
$(
HWC
)
second.hw
6
$(
HWC
)
three.hw
7
$(
HWC
)
other.hw
8
9
clean
:
10
rm
hello.hx
11
rm
second.hx
12
rm
three.hx
13
rm
other.hx