aboutsummaryrefslogtreecommitdiffstats
path: root/docs/dist/examples/spacewar/Makefile
blob: 108d3c8c4168779c3629f07b64360b94bebe8e08 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
SHELL=bash
ACJOPTS=-verbose -nosymbols
AJC=ajc

.PHONY: demo debug

demo:
	$(AJC) $(ACJOPTS) @demo.lst

debug:
	$(AJC) $(ACJOPTS) @debug.lst