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