https://github.com/Keck-DataReductionPipelines/OsirisDRP
Raw File
Tip revision: 0601063bad19011ac94a0ecc3614e58c16966897 authored by Tuan Do on 22 July 2023, 07:41:14 UTC
Merge pull request #124 from Keck-DataReductionPipelines/develop
Tip revision: 0601063
Makefile.local
#
#  Makefile.local
#  OsirisDRP
#
#  Created by Alexander Rudy on 2016-05-04.
#

SOURCE = modules/source
include modules/source/Makefile.local

.PHONY: test


	

test: all
	. scripts/osirisSetup.sh && osirisSetup && py.test
back to top