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