From f3d9186c76dead3cbed5b7cd98c25a97666d101c Mon Sep 17 00:00:00 2001 From: David Phillips Date: Sat, 28 Jan 2017 13:23:01 +1300 Subject: Remove explicit makefile recipes --- Makefile | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Makefile b/Makefile index 545347b..527e934 100644 --- a/Makefile +++ b/Makefile @@ -3,10 +3,6 @@ include config.mk all: tetris tetris: tetris.o plot.o - $(CC) -o $@ $^ $(LDFLAGS) - -%.o: %.c - $(CC) -c -o $@ $< $(CFLAGS) clean: rm -f tetris -- cgit v1.1