check the `addr` argument for PWQ_WAIT is aligned to an integer.
[~madcoder/pwqr.git] / Makefile
1 all clean:
2         $(MAKE) -C kernel $@
3         $(MAKE) -C lib $@
4
5 .PHONY: all clean