Delete unused library compilation targets.
authorDavid Griffith <dave@661.org>
Tue, 31 Jul 2018 06:08:27 +0000 (23:08 -0700)
committerDavid Griffith <dave@661.org>
Tue, 31 Jul 2018 08:45:30 +0000 (01:45 -0700)
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)