fix a few more bugs detected by the simple tester.
[~madcoder/pwqr.git] / Makefile
index e03609c..24733f0 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
 all clean:
-       $(MAKE) -C kernel $@
+       cd kernel && $(MAKE) $(filter-out all,$@)
        $(MAKE) -C lib $@
        $(MAKE) -C test $@