Fix poll, thanks to the simple test program.
[~madcoder/pwqr.git] / Makefile
1 all clean:
2         $(MAKE) -C kernel $@
3         $(MAKE) -C lib $@
4         $(MAKE) -C test $@
5
6 .PHONY: all clean