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

mostlyclean-compile:
## Don't remove 'core.*' because some distributions have eg "core.c".
	rm -f *.o core

clean-compile:

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

maintainer-clean-compile: