11 lines
61 B
Makefile
11 lines
61 B
Makefile
all: build
|
|
|
|
build:
|
|
v .
|
|
|
|
run:
|
|
v run .
|
|
|
|
clean:
|
|
rm -f TypoML
|