summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorSkywalkerSW5 <skywalkersw5@yahoo.com>2021-12-18 20:07:34 +0000
committerSkywalkerSW5 <skywalkersw5@yahoo.com>2021-12-18 20:07:34 +0000
commitd411b6e3cb33043de0943f6066bea77a7a962823 (patch)
treed5a2fe8df8046bcf9cd3ac8b2429f628c13c78ee /Makefile
release
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..cc11bb5
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,5 @@
+all: ittpd
+ittpd:
+ c99 -DLINUX ittpd.c -o ittpd
+clean:
+ rm ittpd