diff options
-rw-r--r-- | Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -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 |
![]() |
index : tetris | |
Mostly compliant implementation of Tetris using SDL | David Phillips |
aboutsummaryrefslogtreecommitdiff |
-rw-r--r-- | Makefile | 4 |
@@ -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 |