8 lines
144 B
Makefile
8 lines
144 B
Makefile
|
TOPDIR = ..
|
||
|
include $(TOPDIR)/Make/makedefs
|
||
|
include $(TOPDIR)/Make/makedirdefs
|
||
|
|
||
|
DIRS = $(APPLICATION_DIRS)
|
||
|
|
||
|
include $(TOPDIR)/Make/makedirrules
|