Scope-eye.net Git Repository
/
liskon_frotz.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
51f8de7
)
Delete unused library compilation targets.
author
David Griffith
<dave@661.org>
Tue, 31 Jul 2018 06:08:27 +0000
(23:08 -0700)
committer
David Griffith
<dave@661.org>
Tue, 31 Jul 2018 08:45:30 +0000
(
01:45
-0700)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index ae0f7cebc905e28b7ed87812d98a584f64499e0c..10f973fdcc9cfd50f4046f10b9f5b5724439d1f1 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-192,16
+192,6
@@
sdl: $(SFROTZ_BIN)
$(SFROTZ_BIN): $(COMMON_LIB) $(SDL_LIB) $(BLORB_LIB) $(COMMON_LIB)
$(CC) $(CFLAGS) $+ -o $@$(EXTENSION) $(LDFLAGS) $(SDL_LDFLAGS)
-
-# Libs
-
-%.a:
- $(AR) rc $@ $^
- $(RANLIB) $@
-
-%.o: %.c
- $(CC) $(CFLAGS) -fPIC -fpic -o $@ -c $<
-
common_lib: $(COMMON_LIB)
curses_lib: $(CURSES_LIB)