blob: 108d3c8c4168779c3629f07b64360b94bebe8e08 [file] [log] [blame]
SHELL=bash
ACJOPTS=-verbose -nosymbols
AJC=ajc
.PHONY: demo debug
demo:
$(AJC) $(ACJOPTS) @demo.lst
debug:
$(AJC) $(ACJOPTS) @debug.lst