9 lines
51 B
Makefile
9 lines
51 B
Makefile
all:
|
|
v .
|
|
|
|
run:
|
|
./TypoML
|
|
|
|
clean:
|
|
rm -f TypoML
|