8 lines
95 B
Makefile
8 lines
95 B
Makefile
|
.PHONY: nothing setup
|
||
|
|
||
|
nothing:
|
||
|
@echo nothing to do here...
|
||
|
|
||
|
setup:
|
||
|
raco pkg install gemini/
|