Index: Makefile =================================================================== --- Makefile (revision 2203) +++ Makefile (revision 2204) @@ -1,4 +1,4 @@ test: - cd pcbflags && make test - cd conf && make test - \ No newline at end of file + cd pcbflags && make all && make test + cd conf && make all && make test + cd strflags && make all && make test