summaryrefslogtreecommitdiff
path: root/Makefile
blob: 09fc8787538a31e1ac18d87f7fbc35dc19480969 (plain)
1
2
3
4
5
6
7
8
CFLAGS += -Werror -Wall

all: solve

solve: display.o

clean:
	rm -f *.o solve