mirror of
git://c9x.me/qbe.git
synced 2026-05-26 15:34:41 +00:00
7 lines
98 B
Makefile
7 lines
98 B
Makefile
.PHONY: all clean check
|
|
all clean:
|
|
@make -C src $@
|
|
@make -C minic $@
|
|
check: all
|
|
test/go.sh all
|