mirror of
git://c9x.me/qbe.git
synced 2026-04-05 09:59:47 +00:00
6 lines
63 B
Makefile
6 lines
63 B
Makefile
.PHONY: all check
|
|
all:
|
|
@make -C $@
|
|
check: all
|
|
test/go.sh all
|