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