From e1c5955c23f7be7cb7c6ab6fc3d2a0046c1c36a6 Mon Sep 17 00:00:00 2001 From: tomsmeding Date: Wed, 7 Feb 2018 21:16:03 +0100 Subject: Improvements --- Makefile | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 1899fcf..4db1f12 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,9 @@ +.PHONY: all clean + all: tetris +clean: + rm -f tetris + tetris: $(wildcard *.c *.h) gcc -Wall -Wextra -std=c11 -O2 -fwrapv -o $@ $(filter %.c,$^) -Itermio termio/libtermio.a -- cgit v1.2.3-70-g09d2