Sandbox program list is now auto-generated

This commit is contained in:
2022-12-27 08:28:05 +00:00
parent 83c7f2293c
commit c337d12d05

View File

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