aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
blob: cc62b52f8385edfe1c4f9b37e448d2169fa4d345 (plain) (blame)
1
2
3
4
5
6
7
all:
	echo "Legacy warning: Building is done with scons."
	scons

clean:
	echo "Legacy warning: Building is now done with scons."
	scons -c