diff options
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,7 +1,8 @@ -.PHONY: all +.PHONY: local local: cargo build --release +.PHONY: run run: ifndef ARGS @echo Run "make run" with ARGS set to pass arguments… |
![]() |
index : miniserve | |
For when you really just want to serve some files over HTTP right now! | rustc |
aboutsummaryrefslogtreecommitdiffstats |
-rw-r--r-- | Makefile | 3 |
@@ -1,7 +1,8 @@ -.PHONY: all +.PHONY: local local: cargo build --release +.PHONY: run run: ifndef ARGS @echo Run "make run" with ARGS set to pass arguments… |