aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile12
1 files changed, 9 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index cc62b52..409067e 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,13 @@
1all: 1.PHONY: all-32 all-64 clean purge
2 echo "Legacy warning: Building is done with scons."
3 scons
4 2
3all-32:
4 echo "Legacy warning: Building is done with scons."
5 ARCH=x86 scons
6all-64:
7 ARCH=x86_64 scons
5clean: 8clean:
6 echo "Legacy warning: Building is now done with scons." 9 echo "Legacy warning: Building is now done with scons."
7 scons -c 10 scons -c
11
12purge: clean
13 rm -rf .sconf_temp .sconsign.dblite