aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
blob: 409067ee8575b0f9d8f024045344fccfa60e7cd2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
.PHONY: all-32 all-64 clean purge

all-32:
	echo "Legacy warning: Building is done with scons."
	ARCH=x86 scons
all-64:
	ARCH=x86_64 scons
clean:
	echo "Legacy warning: Building is now done with scons."
	scons -c

purge: clean
	rm -rf .sconf_temp .sconsign.dblite