git repos / blockattack-game

blame: Makefile

normal view · raw

f62f552d sago007 2008-08-29 14:34 1
#the things that tells about the system
2f30c381 sago007 2008-09-14 13:08 2
#PREF=/usr/local
2f30c381 sago007 2008-09-14 13:08 3
#EXECUTEPATH=/usr/local/bin
2f30c381 sago007 2008-09-14 13:08 4
#INST=/games/blockattack
f62f552d sago007 2008-08-29 14:34 5
cc6724c9 sago007 2012-04-16 21:11 6
-include Makefile.local
cc6724c9 sago007 2012-04-16 21:11 7
f62f552d sago007 2008-08-29 14:34 8
standard:
f62f552d sago007 2008-08-29 14:34 9
	@echo "Now compiling..."
df773e4d sago007 2011-04-21 21:57 10
	export CC=gcc
df773e4d sago007 2011-04-21 21:57 11
	export CPP=g++
86cd12d5 sago007 2014-01-29 18:06 12
	@CC=gcc CPP=g++ make -C source/code -f Makefile
f62f552d sago007 2008-08-29 14:34 13
	@echo "Everything has been compiled!"
f62f552d sago007 2008-08-29 14:34 14
	
771d17b2 sago007 2008-08-29 19:47 15
clean:
c09d0e4f sago007 2009-01-27 01:15 16
	rm -f ./source/code/build/*.o
771d17b2 sago007 2008-08-29 19:47 17
	rm -f ./source/code/blockattack #Build by scons
771d17b2 sago007 2008-08-29 19:47 18
	rm -f ./Game/blockattack #build by this
771d17b2 sago007 2008-08-29 19:47 19
	
1970-01-01 00:00 20