From 67515e6315f6c7982178729ebac2a97b8aa15bd4 Mon Sep 17 00:00:00 2001 From: augustin64 Date: Fri, 4 Nov 2022 12:45:05 +0100 Subject: [PATCH] Update Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 5a485ee..b634289 100644 --- a/Makefile +++ b/Makefile @@ -84,7 +84,7 @@ endif # Build general files # $(BUILDDIR)/%.o: $(SRCDIR)/%.c $(SRCDIR)/include/%.h - $(CC) -c $< -o $@ $(CFLAGS) + $(CC) -c $< -o $@ $(CFLAGS) # # Tests