aboutsummaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'makefile')
-rw-r--r--makefile16
1 files changed, 4 insertions, 12 deletions
diff --git a/makefile b/makefile
index a9ce34d..4275474 100644
--- a/makefile
+++ b/makefile
@@ -1,21 +1,13 @@
1PLAT= none 1PLAT?= macosx
2PLATS= macosx linux 2PLATS= macosx linux win32
3 3
4#------ 4#------
5# Hopefully no need to change anything below this line 5# Hopefully no need to change anything below this line
6# 6#
7all: $(PLAT) 7all: $(PLAT)
8 8
9none: 9$(PLATS) none install local clean:
10 @echo "Please run" 10 @cd src; $(MAKE) $@
11 @echo " make PLATFORM"
12 @echo "where PLATFORM is one of these:"
13 @echo " $(PLATS)"
14
15$(PLATS) install local clean:
16 cd src; $(MAKE) $@
17
18dummy:
19 11
20test: dummy 12test: dummy
21 lua test/hello.lua 13 lua test/hello.lua