From 3a8ba90dfb0c2eb224f317dd692ede426691e72a Mon Sep 17 00:00:00 2001 From: Diego Nehab Date: Wed, 25 May 2011 20:57:22 +0000 Subject: Saving before big changes to support IPv6. --- makefile | 16 ++++------------ 1 file changed, 4 insertions(+), 12 deletions(-) (limited to 'makefile') diff --git a/makefile b/makefile index a9ce34d..4275474 100644 --- a/makefile +++ b/makefile @@ -1,21 +1,13 @@ -PLAT= none -PLATS= macosx linux +PLAT?= macosx +PLATS= macosx linux win32 #------ # Hopefully no need to change anything below this line # all: $(PLAT) -none: - @echo "Please run" - @echo " make PLATFORM" - @echo "where PLATFORM is one of these:" - @echo " $(PLATS)" - -$(PLATS) install local clean: - cd src; $(MAKE) $@ - -dummy: +$(PLATS) none install local clean: + @cd src; $(MAKE) $@ test: dummy lua test/hello.lua -- cgit v1.2.3-55-g6feb