fix a few more bugs detected by the simple tester.
[~madcoder/pwqr.git] / Makefile
1 all clean:
2         cd kernel && $(MAKE) $(filter-out all,$@)
3         $(MAKE) -C lib $@
4         $(MAKE) -C test $@
5
6 .PHONY: all clean