summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile15
1 files changed, 15 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..1c5aad1
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,15 @@
+all: dist
+
+NETSURF ?= 3.0
+
+PERL ?= perl
+RM ?= rm -f
+
+dist:
+ $(PERL) prep-source-all.pl netsurf=$(NETSURF)
+
+clean:
+ $(RM) -r netsurf-full-$(NETSURF)*
+
+distclean: clean
+ $(RM) -r gits tars