Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Marcus M. Darden
eecs281_project0
Commits
690aad88
Commit
690aad88
authored
Sep 10, 2015
by
Marcus M. Darden
Browse files
Add custom dependencies to Makefile.
parent
7eda9071
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
690aad88
...
...
@@ -206,7 +206,9 @@ help:
class.o
:
class.cpp class.h
project0.o
:
project0.cpp class.h
functions.o
:
functions.cpp functions.h
project0.o
:
project0.cpp class.h functions.h
######################
# TODO (end) #
...
...
@@ -215,4 +217,4 @@ project0.o: project0.cpp class.h
# these targets do not create any files
.PHONY
:
all release debug profile clean alltests partialsubmit fullsubmit help
# disable built-in rules
.SUFFIXES
:
\ No newline at end of file
.SUFFIXES
:
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment