From add2f4b154010b6e79a96c4c46bc918e5ae525b4 Mon Sep 17 00:00:00 2001 From: Daniel Silverstone Date: Sat, 20 Apr 2013 10:18:23 +0100 Subject: Simple makefile --- Makefile | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 Makefile 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 -- cgit v1.2.3