ash_world.mk revision 7e0b18cd2fd2f6f994b57659873113d0f140c124
1# 2# ASH World Makefile 3# 4 5# Common Compiler Flags ######################################################## 6 7# Include paths. 8COMMON_CFLAGS += -Iapps/ash_world/include 9 10# Common Source Files ########################################################## 11 12COMMON_SRCS += apps/ash_world/ash_world.cc 13