repo.or.cz
/
automake.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Don't use ${
[automake.git]
/
compile.am
blob
36371bcaee6955342979c7d105e93ae9b695271d
1
.c.o:
2
$(COMPILE) $<
3
4
mostlyclean-compile:
5
rm -f *.o core
6
7
clean-compile:
8
9
distclean-compile:
10
rm -f *.tab.c
11
12
maintainer-clean-compile:
13