diff options
-rw-r--r-- | .gitignore | 2 | ||||
-rw-r--r-- | Makefile | 5 |
2 files changed, 2 insertions, 5 deletions
@@ -1 +1 @@ -bin +jet @@ -1,7 +1,4 @@ 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 + gcc $(FLAGS) jet.c -o jet |