Respect CXX and CFLAGS
This commit is contained in:
parent
3176ec22e7
commit
6e1633a8d0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=25155
1 changed files with 3 additions and 3 deletions
|
@ -2,11 +2,11 @@
|
|||
# $FreeBSD$
|
||||
#
|
||||
|
||||
CC= g++
|
||||
CFLAGS= -O2
|
||||
CXX?= g++
|
||||
CFLAGS?=-O2
|
||||
|
||||
pilot_makedoc: makedoc7.cpp
|
||||
${CC} -o pilot_makedoc makedoc7.cpp
|
||||
${CXX} ${CFLAGS} -o pilot_makedoc makedoc7.cpp
|
||||
|
||||
#
|
||||
# EOF
|
||||
|
|
Loading…
Reference in a new issue