From 85e60ed85812a7812c329403d609148ace9ed51e Mon Sep 17 00:00:00 2001 From: "Sergio R. Caprile" Date: Wed, 19 Jul 2023 16:21:14 -0300 Subject: [PATCH] force run --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 2937749447..ef51d69079 100644 --- a/Makefile +++ b/Makefile @@ -95,7 +95,7 @@ musl: WARN += -Wno-sign-conversion musl: CC = $(DOCKER) mdashnet/cc1 gcc musl: RUN = $(DOCKER) mdashnet/cc1 -# Make sure we can build from unamalgamated sources +# Make sure we can build from unamalgamated sources. unamalgamated: $(HDRS) Makefile test/packed_fs.c $(CC) src/*.c test/packed_fs.c test/unit_test.c $(CFLAGS) $(LDFLAGS) -g -o unit_test