aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index befc090..50ef3db 100644
--- a/Makefile
+++ b/Makefile
@@ -20,10 +20,14 @@ serve:
clean:
docker-compose down
+.PHONY: gen
+gen:
+ @ruby nuldoc.rb
+
.PHONY: local_up
local_up:
docker-compose -f docker-compose.local.yml up -d
- echo http://localhost:8080
+ @echo http://localhost:8080
.PHONY: local_down
local_down: