git repos / blockattack-game

Makefile

browsing at commit = df773e4d5973790e5524ac2f2eabc439237f8591

raw · blame · history

#the things that tells about the system
#PREF=/usr/local
#EXECUTEPATH=/usr/local/bin
#INST=/games/blockattack

standard:
	@echo "Now compiling..."
	export CC=gcc
	export CPP=g++
	@CC=gcc CPP=g++ make -C source/code -f block.make
	@echo "Everything has been compiled!"
	
clean:
	rm -f ./source/code/build/*.o
	rm -f ./source/code/blockattack #Build by scons
	rm -f ./Game/blockattack #build by this