Added pong
This commit is contained in:
9
src/l4/pkg/pong/include/Makefile
Normal file
9
src/l4/pkg/pong/include/Makefile
Normal file
@@ -0,0 +1,9 @@
|
||||
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
|
||||
Reference in New Issue
Block a user