Child: [9d8474] (diff)

Download this file

Makefile    15 lines (10 with data), 180 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
# Allura Makefile
SHELL=/bin/bash
-include Makefile.def
# Constants
PID_PATH?=.
# Targets
test:
ALLURA_VALIDATION=none ./run_tests
run:
paster serve --reload development.ini