git.annexia.org
/
goaljobs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
be4ef04
)
examples: Remove generated files when doing 'make clean'.
author
Richard W.M. Jones
<rjones@redhat.com>
Mon, 16 Sep 2013 13:12:17 +0000
(14:12 +0100)
committer
Richard W.M. Jones
<rjones@redhat.com>
Mon, 16 Sep 2013 13:12:17 +0000
(14:12 +0100)
examples/compile-c/Makefile.am
patch
|
blob
|
history
diff --git
a/examples/compile-c/Makefile.am
b/examples/compile-c/Makefile.am
index
51a996a
..
d8a1be7
100644
(file)
--- a/
examples/compile-c/Makefile.am
+++ b/
examples/compile-c/Makefile.am
@@
-19,6
+19,8
@@
include ../../common-rules.mk
EXTRA_DIST = main.c utils.c $(sources)
+CLEANFILES += compile program
+
sources = compile.ml
noinst_SCRIPTS = compile