From 3d4bc8bea6b45893bd4b49f44df26bd602b4cba5 Mon Sep 17 00:00:00 2001 From: hunt Date: Thu, 7 Apr 2005 15:17:29 +0000 Subject: Update to use relayfs. --- runtime/stpd/Makefile | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 runtime/stpd/Makefile (limited to 'runtime/stpd/Makefile') 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 *~ -- cgit