aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2019-09-03 19:06:01 +0000
committerRob Austein <sra@hactrn.net>2019-09-03 19:14:09 +0000
commit75f091a80059ca6c8dc8b2c93ebf16f6effb892d (patch)
treec89c6f14152a32238760530aeee0b188706b2a12 /Makefile
First public version
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..3681b00
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,8 @@
+all:
+ apt-get download rpki-rp
+ docker build -t rpki-rp .
+
+clean:
+ git clean -dfx
+
+.PHONY: all clean