summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Ipsum <richardipsum@fastmail.co.uk>2017-04-29 13:10:46 +0100
committerRichard Ipsum <richardipsum@fastmail.co.uk>2017-04-29 13:26:09 +0100
commita439f7cfb743525e88fda4bff2cacdfd37ab1cdd (patch)
treeec1a73d8a7ec4a69b81961e083a464744052f05a
parent9c07e2258b4915f0bf3221678684e318f10a8f28 (diff)
downloadluxio-a439f7cfb743525e88fda4bff2cacdfd37ab1cdd.tar.gz
Makefile: Fix default goal
'all' should be the first rule in the file to ensure it is the default goal.
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index a7af9cb..4d596f7 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
-include findlua.mk
-
all: lua-5.1-try lua-5.2-try
+include findlua.mk
+
install: lua-5.1-try-install lua-5.2-try-install
CFLAGS ?= -O2 -Wall