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
jedi
smrtlink
Commits
efa4d305
Commit
efa4d305
authored
Oct 15, 2015
by
/jdi/
Browse files
Makefile update
parent
2c81b49e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
efa4d305
...
...
@@ -7,7 +7,11 @@ BUILDDIR = bin
SOURCES
=
$(
wildcard
$(SOURCEDIR)
/
*
.cpp
)
OBJECTS
=
$(
patsubst
$(SOURCEDIR)
/%.cpp,
$(BUILDDIR)
/%.o,
$(SOURCES)
)
all
:
$(TARGET)
all
:
$(BUILDDIR) $(TARGET)
$(BUILDDIR)
:
mkdir
-p
$(BUILDDIR)
$(TARGET)
:
$(OBJECTS)
...
...
Write
Preview
Supports
Markdown
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