mirror of
https://github.com/kou029w/looks-like-github.git
synced 2025-01-18 16:08:01 +00:00
4 lines
47 B
Makefile
4 lines
47 B
Makefile
|
.PHONY: test build
|
||
|
test:;./test
|
||
|
build:;./build
|