diff --git a/Makefile b/Makefile index 7fa03f0..def9c74 100644 --- a/Makefile +++ b/Makefile @@ -3,6 +3,9 @@ all: @(cd src; make all) @(cd tests; make all) +test: all + (cd tests; make all) + stateos: @echo OS is $(OS)