diff --git a/Makefile b/Makefile index 92ece25..73b7d1e 100644 --- a/Makefile +++ b/Makefile @@ -1,8 +1,10 @@ -all: - v . +all: build + +build: + v . run: - ./TypoML + v run . clean: rm -f TypoML