annotate classical/urispace/Makefile @ 27:d95e683fbd35 tip

Enable CORS on urispace redirects as well
author Chris Cannam
date Tue, 20 Feb 2018 14:52:02 +0000
parents 91b5145fff34
children
rev   line source
Chris@14 1 # Makefile for P2R
Chris@14 2
Chris@14 3 dist: clean
Chris@14 4 mkdir dist && tar czvf dist/urispace.tar.gz ../urispace/urispace.pl ../urispace/run.pl ../urispace/mapping.pl ../urispace/config.pl ../urispace/classical_mapping.pl ../urispace/log.pl ../urispace/Makefile ../urispace/gpl.txt
Chris@14 5
Chris@14 6 clean:
Chris@14 7 rm -rdf dist/
Chris@14 8
Chris@14 9
Chris@14 10