diff options
author | Juan Manuel Tomás <jtomas1815@gmail.com> | 2020-07-07 19:09:43 -0300 |
---|---|---|
committer | Juan Manuel Tomás <jtomas1815@gmail.com> | 2020-07-07 19:09:43 -0300 |
commit | f333658aa8be007128472b66291124c348e935ea (patch) | |
tree | 8e76bb6ff151c0cdbfa74119cc14fc66546f2a6a /Makefile | |
parent | 2260209d3b09f728f0cbb891f5498a9f0f8e38eb (diff) | |
download | jet-f333658aa8be007128472b66291124c348e935ea.tar.gz jet-f333658aa8be007128472b66291124c348e935ea.zip |
Ignore jet2
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ FLAGS=-ggdb -O0 -lcurses $(shell ncursesw6-config --cflags --libs) -_PHONY:all +_PHONY=all all:jet jet2 |