2018-05-14 | Paul Boddie | file changeset files shortlog | 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 |