summaryrefslogtreecommitdiff
path: root/Makefile
blob: 1d848c3b4787178781d0d6201f3c0799aa668e32 (plain)
1
2
3
4
5
6
7
FLAGS=-ggdb -O0 -fno-builtin -Wall -lcurses

jet: Makefile *.c
	gcc $(FLAGS) jet.c -o ./bin/jet

page: Makefile page.c ./test/page.c
	gcc $(FLAGS) ./test/page.c -o ./bin/page