Skip to content
Snippets Groups Projects
Commit fce71156 authored by Jan Willem Thorbecke's avatar Jan Willem Thorbecke
Browse files

cleaning

parent bd2000a9
No related branches found
No related tags found
No related merge requests found
......@@ -50,8 +50,10 @@ CSRC = \
#if there is a Fortran compiler you can also use Remez optimised operators
# uncomment this line to do so.
#FSRC = \
# optRemez.f \
ifneq ($(strip $(FC)),)
FSRC = \
optRemez.f
endif
OBJC = $(CSRC:%.c=%.o)
OBJF = $(FSRC:%.f=%.o)
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment