projects
/
hackover2013-badge-firmware.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Merge branch 'master' of gitlab:wintermute/hackover2013-badge-firmware
[hackover2013-badge-firmware.git]
/
mock
/
Makefile
diff --git
a/mock/Makefile
b/mock/Makefile
index
11c7b7e
..
638e8e8
100644
(file)
--- a/
mock/Makefile
+++ b/
mock/Makefile
@@
-83,7
+83,7
@@
distclean: clean
$(RM) $(DEPS) $(wildcard *~)
$(CONVERTER): $(CONVERTER_OBJS)
- $(CXX) $(CPPFLAGS) $(CXXFLAGS) $(LDFLAGS)
$(LDLIBS) -o $@ $+
+ $(CXX) $(CPPFLAGS) $(CXXFLAGS) $(LDFLAGS)
-o $@ $+ $(LDLIBS)
play: all
./$(CONVERTER)
This page took
0.032255 seconds
and
4
git commands to generate.