summaryrefslogtreecommitdiff
path: root/compile.am
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>1995-11-28 06:59:10 +0000
committerTom Tromey <tromey@redhat.com>1995-11-28 06:59:10 +0000
commit5f163bcf3addddb9056dd7ebb80fed888b014dc9 (patch)
tree1ac7515e7082136417940a0063e16b0c824a18f1 /compile.am
parent26685a084e47533e5791691e7b1500bd928d1817 (diff)
downloadautomake-5f163bcf3addddb9056dd7ebb80fed888b014dc9.tar.gz
Added clean targets.
Diffstat (limited to 'compile.am')
-rw-r--r--compile.am10
1 files changed, 10 insertions, 0 deletions
diff --git a/compile.am b/compile.am
index e44873529..44ce26c1d 100644
--- a/compile.am
+++ b/compile.am
@@ -1,3 +1,13 @@
.c.o:
$(CC) -c $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS) $<
+mostlyclean-compile:
+ rm -f *.o core
+
+clean-compile:
+
+distclean-compile:
+ rm -f *.tab.c
+
+maintainer-clean-compile:
+