From 8f0e2331875349d02ad0cffb57b4c9629c6ee729 Mon Sep 17 00:00:00 2001 From: David Griffith Date: Mon, 30 Jul 2018 23:08:27 -0700 Subject: [PATCH] Delete unused library compilation targets. --- Makefile | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/Makefile b/Makefile index ae0f7ce..10f973f 100644 --- 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) -- 2.34.1