Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Christophe Rhodes
is52038b-labs
Commits
33b09ebd
Commit
33b09ebd
authored
Oct 28, 2018
by
Christophe Rhodes
Browse files
updates to generic infrastructure
parent
7c3386bc
Changes
1
Hide whitespace changes
Inline
Side-by-side
cpp.mk
View file @
33b09ebd
...
...
@@ -14,3 +14,8 @@ LDFLAGS += -L$(CPPUNITDIR)/lib -L/usr/local/lib
endif
CPPFLAGS
+=
-I
../../00/cpp
OBJECTS
=
$(
patsubst
%.cpp,%.o,
$(
wildcard
*
.cpp
))
HPPS
=
$(
wildcard
*
.hpp
)
$(OBJECTS)
:
%.o : %.cpp $(HPPS)
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