From: David Griffith Date: Tue, 31 Jul 2018 06:08:27 +0000 (-0700) Subject: Delete unused library compilation targets. X-Git-Url: https://scope-eye.net/git/?a=commitdiff_plain;h=8f0e2331875349d02ad0cffb57b4c9629c6ee729;p=liskon_frotz.git Delete unused library compilation targets. --- 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)