about summary refs log tree commit diff
path: root/Makefile
diff options
context:
space:
mode:
authorChristian Neukirchen <chneukirchen@gmail.com>2015-07-31 15:23:35 +0200
committerChristian Neukirchen <chneukirchen@gmail.com>2015-07-31 15:23:35 +0200
commitd56cbed0ccbf9cce65f981a2ac1ddb0fa0d1629e (patch)
treeb36b59afa4089b57a91010daf6a7806001417a5e /Makefile
parent280240547400ebd088c5d3e1c406058f5781cc3d (diff)
downloadnq-d56cbed0ccbf9cce65f981a2ac1ddb0fa0d1629e.tar.gz
nq-d56cbed0ccbf9cce65f981a2ac1ddb0fa0d1629e.tar.xz
nq-d56cbed0ccbf9cce65f981a2ac1ddb0fa0d1629e.zip
add Makefile
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..4df9cf2
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,5 @@
+CFLAGS=-g -std=c89 -Wall -O2
+all: nq
+nq: nq.c
+clean:
+	rm -f nq