Skip to content

Commit 7c6d507

Browse files
committed
minor tweak to make it easier to compile with alternate options
1 parent e978153 commit 7c6d507

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Makefile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11

22
SHELL=/bin/sh
33

4-
CXX := g++
5-
LD := g++
4+
LD := $(CXX)
65
MKDIR := mkdir -p
76
OBJ_DIR := .obj
87

0 commit comments

Comments
 (0)