diff --git a/Makefile b/Makefile index d10712b..55bf0be 100644 --- a/Makefile +++ b/Makefile @@ -41,7 +41,7 @@ $(B)/%.vondehi: $(B)/% $(O)/vondehi $(B)/%.smol: CFLAGS += $(SMOLCFLAGS) $(B)/%.smol: | $(B)/% - $(E)/smol/smol $(LDFLAGS) $(LIBS) $(filter %.o,$^) -o $@ + $(E)/smol/smold $(LDFLAGS) $(LIBS) $(filter %.o,$^) -o $@ $(B)/%.bold: CFLAGS += $(BOLDFLAGS) $(B)/%.bold: | $(B)/%