Fortraneries/Modules/Makefile

11 lines
170 B
Makefile
Raw Normal View History

2022-11-30 01:02:11 +01:00
#
# * Fortraneries *
#
# Makefile for the general purpose moduls
#
GFOPT = -Wall -Wextra -time -g -O
spitpgm.o: spitpgm.f90 Makefile
gfortran $(GFOPT) -c $< -o $@