.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:cleanrm-rf .sconf_temp .sconsign.dblite