From 80c38fa7477a6fd656ac3fa8051ebcbcd2823c5c Mon Sep 17 00:00:00 2001 From: Igor M Date: Sun, 17 Mar 2024 18:18:41 +0200 Subject: [PATCH] use wildcard --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a0f21d3..e64c2d8 100644 --- a/Makefile +++ b/Makefile @@ -17,7 +17,7 @@ check-format: build: mkdir -p build -build/hbas: build src/hbas.c +build/hbas: build $(wildcard src/*.h src/*.c) ${CC} ${CFLAGS} ${CFLAGS_EXTRA} src/hbas.c -o build/hbas build/example.hbf: build build/hbas examples/example.S