8 lines
74 B
Makefile
8 lines
74 B
Makefile
.PHONY: clean
|
|
clean:
|
|
rm -f .dotlock
|
|
|
|
.PHONY: run
|
|
run:
|
|
bash bootstrap.sh
|