We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e978153 commit 7c6d507Copy full SHA for 7c6d507
Makefile
@@ -1,8 +1,7 @@
1
2
SHELL=/bin/sh
3
4
-CXX := g++
5
-LD := g++
+LD := $(CXX)
6
MKDIR := mkdir -p
7
OBJ_DIR := .obj
8
0 commit comments