projects
/
assignment-template.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1e83ceb
)
Makefile: add *.cpp and *.h to automatically distributed SOURCE.
author
W. Trevor King
<wking@tremily.us>
Thu, 11 Oct 2012 11:03:06 +0000
(07:03 -0400)
committer
W. Trevor King
<wking@tremily.us>
Thu, 11 Oct 2012 11:03:06 +0000
(07:03 -0400)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index d6ad2e6940d20b03e4ea42bd789163ee003af27c..198c02ef520d784472a9a40ea6a074af29f99164 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-30,7
+30,7
@@
CXX_PROGRAMS = goodbye_world
PROGRAMS = $(C_PROGRAMS) $(CXX_PROGRAMS)
# Define the source files that will be distributed in the tarball
-SOURCE = *.c COPYING Makefile README
+SOURCE = *.c
*.cpp *.h
COPYING Makefile README
# Define a list of object files needed to link PROGRAM. We're setting
# things up here so that a program % depends on the object file %.o.