libqbe/Makefile

6 lines
64 B
Makefile
Raw Normal View History

2016-03-27 15:00:45 -04:00
.PHONY: all check
all:
@make -C src
check: all
test/go.sh all