summaryrefslogtreecommitdiffstats
path: root/runtime/stpd/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/stpd/Makefile')
-rw-r--r--runtime/stpd/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/runtime/stpd/Makefile b/runtime/stpd/Makefile
new file mode 100644
index 00000000..0c41c439
--- /dev/null
+++ b/runtime/stpd/Makefile
@@ -0,0 +1,7 @@
+all: stpd
+
+stpd: stpd.c librelay.c
+ $(CC) -Wall -O3 -o stpd stpd.c librelay.c -lpthread
+
+clean:
+ /bin/rm -f stpd stpd.o librelay.o *~