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