diff --git a/Makefile b/Makefile index 6a422328..c4c195c9 100644 --- a/Makefile +++ b/Makefile @@ -1,3 +1,11 @@ + + +test: + make -C scripts/build/make test + web: make -C scripts/build/make watch +push: + make -C src/Yavsc pushInProd +