Landfall

Annotated pkg/landfall-examples/Makefile

1:2c39f47138cf
2018-05-14 Paul Boddie Fixed Makefiles and added Control file so that the examples actually get built.
paul@1 1
PKGDIR	= .
paul@0 2
L4DIR	?= $(PKGDIR)/../..
paul@0 3
paul@0 4
TARGET = $(wildcard [a-z]*)
paul@0 5
paul@0 6
include $(L4DIR)/mk/subdir.mk