aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Phillips <david@sighup.nz>2017-01-28 13:23:01 +1300
committerDavid Phillips <david@sighup.nz>2017-01-28 13:23:01 +1300
commitf3d9186c76dead3cbed5b7cd98c25a97666d101c (patch)
treef8e416cc6ac2eae823292d5c685e363ba23c860d
parent16d5d21390e925b073dc0589eb24c0ad5d91c46f (diff)
downloadtetris-f3d9186c76dead3cbed5b7cd98c25a97666d101c.tar.xz
Remove explicit makefile recipes
-rw-r--r--Makefile4
1 files changed, 0 insertions, 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