Files
moslab-code/src/l4/pkg/pong/include/Makefile
Martin Kuettler ccd7c4a959 Added pong
2025-09-15 14:26:18 +02:00

10 lines
276 B
Makefile

PKGDIR ?= ..
L4DIR ?= $(PKGDIR)/../..
# All header files found in this directory tree will be automatically
# installed in a way that they can be included with
# #include <l4/pkgname/yourfile.h> later.
# No need to list them in this Makefile.
include $(L4DIR)/mk/include.mk