summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorWolfgang Hommel <wolf@code-wizards.com>2012-02-05 00:05:46 +0100
committerWolfgang Hommel <wolf@code-wizards.com>2012-02-05 00:05:46 +0100
commitb067cdce2bffbebab08b52fe48848df44bf615c6 (patch)
tree304d3f0a0434fdabbe18a15bd095fc863a79bd20 /Makefile
parentdac5d28af273e2029542dfda19eb3db8c74aa7be (diff)
downloadlibfaketime-b067cdce2bffbebab08b52fe48848df44bf615c6.tar.gz
Initialize INSTALL as suggested by Lukas Fleischer
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index f90e18e..d0225ba 100644
--- a/Makefile
+++ b/Makefile
@@ -1,3 +1,5 @@
+INSTALL = install
+
all:
$(MAKE) -C src all
$(MAKE) -C test all