~ajdobbs/maus/event-selection

39 by Christopher Tunnell
remove jsoncpp (so it's now downloaded instead)
1
#   A Makefile that just links into scons.  This is provided to help
2
# people who are used to make.
3
4 by tunnell
moving stuff from tucs
4
all:
730 by Adam Dobbs
Fixed bug with copying scifitracks in the new API, and with setting the clusters associated with scifitrackpoints. trackpoint - cluster cross link now re-enabled and working.
5
	scons -j8
9 by tunnell
cleaning up
6
	@echo 'You can run "scons" directly to compile MAUS.'
4 by tunnell
moving stuff from tucs
7
8
doc:
9
	scons doc
10
	@echo 'You can run "scons doc" directly to extract/generate docs.'
11
12
clean:
13
	scons -c
14
	@echo 'You can run "scons -c" directly to clean build.'
15
16
.PHONY: doc clean all