This commit is contained in:
Bob Polis 2024-09-30 14:09:06 +02:00
parent 4f45d667e8
commit 72077e483a

View File

@ -50,7 +50,7 @@ $(OUTDIR)$(BIN): $(OBJS)
$(CXX) $(CXXFLAGS) -MMD -MP -MT $@ -MF $*.d -c $<
@mv $@ $*.d $(BUILDDIR)
-include $(addprefic $(BUILDDIR), $(DEPS))
-include $(addprefix $(BUILDDIR), $(DEPS))
test:
$(MAKE) -C tests && tests/tests