Fortraneries/Modules/Makefile
2022-11-30 01:02:11 +01:00

11 lines
170 B
Makefile

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