Skip to content

Commit caec042

Browse files
committed
Update makefile
2 parents e969709 + 412b917 commit caec042

File tree

2 files changed

+2
-17
lines changed

2 files changed

+2
-17
lines changed

Makefile.manual

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
# Fortran stdlib Makefile
22

33
FC ?= gfortran
4-
CC ?= gcc
5-
CXX ?= g++
64

75
FFLAGS ?= -Wall -Wextra -Wimplicit-interface -fPIC -g -fcheck=all -fno-range-check
86
FYPPFLAGS ?=
@@ -14,8 +12,6 @@ FYPPFLAGS += \
1412
-DPROJECT_VERSION_PATCH=$(word 3,$(VERSION))
1513

1614
export FC
17-
export CC
18-
export CXX
1915
export FFLAGS
2016
export FYPPFLAGS
2117

src/tests/hash_functions/Makefile.manual

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,5 @@
1-
FFLAGS = #-g -check all -debug all
2-
CFLAGS = #-g -debug all
3-
CXXFLAGS = #-g -debug all
4-
#CFLAGS += -P -cpp
5-
#CXXFLAGS += -P -cpp
6-
7-
#CC = gcc
8-
#CXX = g++
9-
#FFLAGS =
10-
#CFLAGS =
11-
#CXXFLAGS =
12-
#CFLAGS = -E
13-
#CXXFLAGS = -E
1+
CC ?= gcc
2+
CXX ?= g++
143

154
CPPFLAGS += -I. -I../.. -I..
165
LDFLAGS += -L../.. -L.. -lstdlib-testing -lstdlib

0 commit comments

Comments
 (0)