From c337d12d0550abe18fe9209871a6d031cf54a077 Mon Sep 17 00:00:00 2001 From: Max Wash Date: Tue, 27 Dec 2022 08:28:05 +0000 Subject: [PATCH] Sandbox program list is now auto-generated --- sandbox/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sandbox/Makefile b/sandbox/Makefile index 31086e3..5c0c698 100644 --- a/sandbox/Makefile +++ b/sandbox/Makefile @@ -1,4 +1,4 @@ -SANDBOX_DIR_LIST := hello +SANDBOX_DIR_LIST := $(sort $(dir $(wildcard ./*/.))) all: @for prog in $(SANDBOX_DIR_LIST); do \