Sandbox program list is now auto-generated
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
SANDBOX_DIR_LIST := hello
|
||||
SANDBOX_DIR_LIST := $(sort $(dir $(wildcard ./*/.)))
|
||||
|
||||
all:
|
||||
@for prog in $(SANDBOX_DIR_LIST); do \
|
||||
|
||||
Reference in New Issue
Block a user