Fix build for Alpha.
This commit is contained in:
parent
d3a65967ae
commit
e932801d57
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=18960
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
# Makefile for DeFT
|
||||
#
|
||||
TARGET = DeFT.exec
|
||||
FFLAGS = -O2 -malign-double -Nn802
|
||||
FFLAGS ?= -O2 -malign-double -Nn802
|
||||
LFLAGS =
|
||||
SRCS:sh = ls *.f
|
||||
OBJS = $(SRCS:.f=.o)
|
||||
|
|
Loading…
Reference in a new issue