Files
Victor Eijkhout b13edff125 initial upload
2022-11-13 14:03:01 -06:00

17 lines
484 B
Makefile

# -*- makefile -*-
################################################################
####
#### This makefile is part of the course
#### Introduction to Scientific Programming in C++ and Fortran
#### by Victor Eijkhout (eijkhout@tacc.utexas.edu)
#### copyright 2017 Victor Eijkhout
####
################################################################
PROGRAMS = pascal1 pascal2
LANGUAGE = CXX
include ../Make.inc
include ../../makefiles/Make.cmake
include ../../makefiles/Make.clean