aboutsummaryrefslogtreecommitdiffstats
path: root/service/src/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'service/src/Makefile')
-rw-r--r--service/src/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/service/src/Makefile b/service/src/Makefile
new file mode 100644
index 0000000..d3c81bc
--- /dev/null
+++ b/service/src/Makefile
@@ -0,0 +1,6 @@
+
+%.o: %.c %.h
+ $(CC) -c -o $@ $< -I .
+
+printdoc: printdoc.c stlfile.o
+ $(CC) -o $@ $< $(CFLAGS) $(LDLIBS)