Bug fixes.
[automake.git] / compile.am
blob36371bcaee6955342979c7d105e93ae9b695271d
1 .c.o:
2         $(COMPILE) $<
4 mostlyclean-compile:
5         rm -f *.o core
7 clean-compile:
9 distclean-compile:
10         rm -f *.tab.c
12 maintainer-clean-compile: