projects
/
csrpg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8cf6ad9
)
Linking game-nogl target with correct libs
author
matthew
<matthew@owens.tech>
Sat, 4 Aug 2018 11:54:59 +0000
(12:54 +0100)
committer
matthew
<matthew@owens.tech>
Sat, 4 Aug 2018 11:54:59 +0000
(12:54 +0100)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index
348dbd2
..
180405f
100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-30,7
+30,7
@@
$(GL_TARGET): $(COMMON_OBJECTS) $(GL_OBJECTS)
$(CC) $(COMMON_OBJECTS) $(GL_OBJECTS) -Wall $(LIBS) -o $@
$(NOGL_TARGET): $(COMMON_OBJECTS) $(NOGL_OBJECTS)
- $(CC) $(COMMON_OBJECTS) $(NOGL_OBJECTS) -Wall $(LIBS) -o $@
+ $(CC) $(COMMON_OBJECTS) $(NOGL_OBJECTS) -Wall $(
NOGL_
LIBS) -o $@
common/%.o: common/%.c
$(CC) $(CFLAGS) -c $^ -o $@