summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJuan Manuel Tomás <jtomas1815@gmail.com>2020-07-07 13:04:26 -0300
committerJuan Manuel Tomás <jtomas1815@gmail.com>2020-07-07 13:04:26 -0300
commit81dd6b162351d93dae5d71a45df56ee1a74a36ca (patch)
tree18585513a9fcc9fdb0f2bfbd36643b08a1786bb4 /Makefile
parentc835a9729091445bb68c5d376a8b8fd7a379cb32 (diff)
downloadjet-81dd6b162351d93dae5d71a45df56ee1a74a36ca.tar.gz
jet-81dd6b162351d93dae5d71a45df56ee1a74a36ca.zip
Split application into server and client
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 959032c..45a82a3 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-FLAGS=-lcurses $(shell ncursesw6-config --cflags --libs)
+FLAGS=-ggdb -O0 -lcurses $(shell ncursesw6-config --cflags --libs)
jet: Makefile *.cpp
g++ $(FLAGS) jet.cpp -o jet