Skip to content

Commit bd2233b

Browse files
committed
ARM (aarch64) support #6
1 parent 11409ab commit bd2233b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ build: $(TARGET)
3636

3737
$(TARGET): bindirs deps $(BINDIR)/Makefile
3838
$(SHOW)$(MAKE) -C $(BINDIR)
39-
$(SHOW)ln -sf $(TARGET) bin/$(notdir $(TARGET))
39+
$(SHOW)cd bin; ln -sf ../$(TARGET) $(notdir $(TARGET))
4040

4141
clean:
4242
ifeq ($(ALL),1)

0 commit comments

Comments
 (0)