work in progress; simple easyGet worked!!!
This commit is contained in:
13
example/Makefile
Normal file
13
example/Makefile
Normal file
@@ -0,0 +1,13 @@
|
||||
# Makefile at top of application tree
|
||||
|
||||
TOP = .
|
||||
include $(TOP)/configure/CONFIG
|
||||
|
||||
DIRS += configure
|
||||
|
||||
DIRS += src
|
||||
src_DEPEND_DIRS = configure
|
||||
|
||||
include $(TOP)/configure/RULES_TOP
|
||||
|
||||
|
||||
Reference in New Issue
Block a user