From f15040b30fd7aea7141aa12b369036a82a69ff72 Mon Sep 17 00:00:00 2001 From: Jesper Jensen Date: Sat, 12 Apr 2025 12:25:02 +0200 Subject: Add a docker container --- Makefile | 1 - 1 file changed, 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 1c04ac4..713ea21 100644 --- a/Makefile +++ b/Makefile @@ -83,6 +83,5 @@ $(OBJDIR)/thirdparty/Unity/%.o: thirdparty/Unity/%.c @mkdir -p $(dir $@) $(CC) $(CFLAGS) $(TEST_LIB_CFLAGS) $(TEST_LIB_INCS) $(INCS) -MMD -o $@ -c $< - .DEFAULT_GOAL := all all: test dht -- cgit v1.2.3