Fix typo
This commit is contained in:
parent
4f45d667e8
commit
72077e483a
2
Makefile
2
Makefile
@ -50,7 +50,7 @@ $(OUTDIR)$(BIN): $(OBJS)
|
|||||||
$(CXX) $(CXXFLAGS) -MMD -MP -MT $@ -MF $*.d -c $<
|
$(CXX) $(CXXFLAGS) -MMD -MP -MT $@ -MF $*.d -c $<
|
||||||
@mv $@ $*.d $(BUILDDIR)
|
@mv $@ $*.d $(BUILDDIR)
|
||||||
|
|
||||||
-include $(addprefic $(BUILDDIR), $(DEPS))
|
-include $(addprefix $(BUILDDIR), $(DEPS))
|
||||||
|
|
||||||
test:
|
test:
|
||||||
$(MAKE) -C tests && tests/tests
|
$(MAKE) -C tests && tests/tests
|
||||||
|
Loading…
x
Reference in New Issue
Block a user