aboutsummaryrefslogtreecommitdiff
path: root/system/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'system/Makefile')
-rw-r--r--system/Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/system/Makefile b/system/Makefile
new file mode 100644
index 0000000..12666a4
--- /dev/null
+++ b/system/Makefile
@@ -0,0 +1,8 @@
+include ../Makefile.config
+
+all: setup.o envelope_util.o
+
+clean:
+ rm -f *.o
+ rm -f *~
+