6 lines
118 B
Makefile
6 lines
118 B
Makefile
|
|
TOPDIR = ../..
|
||
|
|
|
||
|
|
CONFIG_SUBDIR = $(notdir $(shell pwd))
|
||
|
|
|
||
|
|
include $(TOPDIR)/make/proj.mk
|
||
|
|
include $(JWBDIR)/make/conf.mk
|