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..."
4ecde453 sago007 2015-11-07 22:42 10
	@make -C source/code -f Makefile
f62f552d sago007 2008-08-29 14:34 11
	@echo "Everything has been compiled!"
f62f552d sago007 2008-08-29 14:34 12
	
771d17b2 sago007 2008-08-29 19:47 13
clean:
c09d0e4f sago007 2009-01-27 01:15 14
	rm -f ./source/code/build/*.o
771d17b2 sago007 2008-08-29 19:47 15
	rm -f ./source/code/blockattack #Build by scons
771d17b2 sago007 2008-08-29 19:47 16
	rm -f ./Game/blockattack #build by this
771d17b2 sago007 2008-08-29 19:47 17
	
1970-01-01 00:00 18