summaryrefslogtreecommitdiff
path: root/Makefile
blob: c99e546b075d76ce65fade4f4d35779d1e71ae5f (plain)
1
2
3
4
5
6
7
8
.POSIX:

CFLAGS=-Wall -Wextra -Werror -Wpedantic

leet: leet.c

clean:
	rm -f *.o leet