aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-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