From 025d5c9ab36c5d5a527001163b775859c4e7b56f Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Sun, 4 Nov 2018 09:56:00 +0000 Subject: add minimal makefile --- Makefile | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 Makefile (limited to 'Makefile') diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..a0e6395 --- /dev/null +++ b/Makefile @@ -0,0 +1,12 @@ +# +# NetSurf test site build makefile + +DESTDIR?=/tmp + +.PHONY:install all + +all: + @echo "install target is probbaly what you want" + +install: + cp -a crashes haveproblems images other works ${DESTDIR}/html/ -- cgit v1.2.3