aboutsummaryrefslogtreecommitdiff
path: root/Makefile.linux
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.linux')
-rw-r--r--Makefile.linux6
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile.linux b/Makefile.linux
new file mode 100644
index 0000000..6f53f9c
--- /dev/null
+++ b/Makefile.linux
@@ -0,0 +1,6 @@
+CFLAGS=-Wall -pipe -O2 -funroll-loops
+OUTPUT=netnuke
+
+all:
+ gcc -o ${OUTPUT} -lutil ${CFLAGS} netnuke.c human_readable.c
+