6 lines
86 B
Makefile
6 lines
86 B
Makefile
PKGDIR = ../..
|
|
L4DIR ?= $(PKGDIR)/../..
|
|
|
|
TARGET := src
|
|
include $(L4DIR)/mk/subdir.mk
|