summaryrefslogtreecommitdiff
path: root/lib/am/compile.am
blob: 36371bcaee6955342979c7d105e93ae9b695271d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
.c.o:
	$(COMPILE) $<

mostlyclean-compile:
	rm -f *.o core

clean-compile:

distclean-compile:
	rm -f *.tab.c

maintainer-clean-compile: