Added header containing kernel typedefs for sandbox programs

This commit is contained in:
2022-12-29 10:25:50 +00:00
parent 84efc44710
commit 02b3be636b
4 changed files with 19 additions and 11 deletions

View File

@@ -1,4 +1,4 @@
SANDBOX_DIR_LIST := $(sort $(dir $(wildcard ./*/.)))
SANDBOX_DIR_LIST := $(filter-out ./include/,$(sort $(dir $(wildcard ./*/.))))
all:
@for prog in $(SANDBOX_DIR_LIST); do \