aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorFederico Angelilli <code@fedang.net>2024-07-13 00:12:09 +0200
committerFederico Angelilli <code@fedang.net>2024-07-13 00:12:09 +0200
commitf10d68879e358a2642573d408bbc47f1c759d387 (patch)
tree629d317ccabb9f92adc0cab2d9f2e856fdc53826 /Makefile
parenta60a1a755598240f5a7705070179bfa707ad4c56 (diff)
Separate block infos
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index cf55cc2..3d15574 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-SRC = $(wildcard src/*.c)
+SRC = $(shell find src/ -name '*.c')
OBJ = $(SRC:.c=.o)
BIN = comet.bin