diff options
| author | Federico Angelilli <code@fedang.net> | 2024-07-13 00:12:09 +0200 |
|---|---|---|
| committer | Federico Angelilli <code@fedang.net> | 2024-07-13 00:12:09 +0200 |
| commit | f10d68879e358a2642573d408bbc47f1c759d387 (patch) | |
| tree | 629d317ccabb9f92adc0cab2d9f2e856fdc53826 /Makefile | |
| parent | a60a1a755598240f5a7705070179bfa707ad4c56 (diff) | |
Separate block infos
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -SRC = $(wildcard src/*.c) +SRC = $(shell find src/ -name '*.c') OBJ = $(SRC:.c=.o) BIN = comet.bin |
