7 lines
85 B
Makefile
7 lines
85 B
Makefile
PKGDIR ?= ..
|
|
L4DIR ?= $(PKGDIR)/../..
|
|
|
|
TARGET = build
|
|
|
|
include $(L4DIR)/mk/subdir.mk
|