We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11409ab commit bd2233bCopy full SHA for bd2233b
Makefile
@@ -36,7 +36,7 @@ build: $(TARGET)
36
37
$(TARGET): bindirs deps $(BINDIR)/Makefile
38
$(SHOW)$(MAKE) -C $(BINDIR)
39
- $(SHOW)ln -sf $(TARGET) bin/$(notdir $(TARGET))
+ $(SHOW)cd bin; ln -sf ../$(TARGET) $(notdir $(TARGET))
40
41
clean:
42
ifeq ($(ALL),1)
0 commit comments