summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2018-11-04 09:56:00 +0000
committerVincent Sanders <vince@kyllikki.org>2018-11-04 09:56:00 +0000
commit025d5c9ab36c5d5a527001163b775859c4e7b56f (patch)
treea73b8c65c8e7ca8711020aecba3daa4f6da984cd
parent6ab4161614299cf299e7ea8df373a4de22a1b7d6 (diff)
downloadnetsurf-test-025d5c9ab36c5d5a527001163b775859c4e7b56f.tar.gz
netsurf-test-025d5c9ab36c5d5a527001163b775859c4e7b56f.tar.bz2
add minimal makefile
-rw-r--r--Makefile12
1 files changed, 12 insertions, 0 deletions
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/