.NOTPARALLEL:

all: debug release

debug:
	make -f xsnap.mk

release:
	make GOAL=release -f xsnap.mk
	
