Skip to content

Commit 13fb4bc

Browse files
authored
Update Makefile
1 parent 03e9cef commit 13fb4bc

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/Makefile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,7 @@ else
2626
UNAME_S := $(shell uname -s)
2727
UNAME_P := $(shell uname -p)
2828
ifeq ($(UNAME_S),Linux)
29-
# TODO
30-
# BINDIR = $(BINBASEDIR)/linux_$(UNAME_P)
29+
BINDIR = $(BINBASEDIR)/linux_$(UNAME_P)
3130
BIN = $(BINDIR)/mp
3231
endif
3332
ifeq ($(UNAME_S),Darwin)

0 commit comments

Comments
 (0)