mirror of
https://github.com/osmarks/mycorrhiza.git
synced 2024-12-12 05:20:26 +00:00
Remove unneeded flags from Makefile
And remove the `help` target. Who the fuck runs `make help`?!
This commit is contained in:
parent
477c449a05
commit
c7e4281398
8
Makefile
8
Makefile
@ -4,10 +4,10 @@ run: build
|
||||
./mycorrhiza ${WIKI}
|
||||
|
||||
config_run: build
|
||||
./mycorrhiza -config-path "assets/config.ini" ${WIKI}
|
||||
./mycorrhiza ${WIKI}
|
||||
|
||||
devconfig_run: build
|
||||
./mycorrhiza -config-path "assets/devconfig.ini" ${WIKI}
|
||||
./mycorrhiza ${WIKI}
|
||||
|
||||
build:
|
||||
go generate
|
||||
@ -15,7 +15,3 @@ build:
|
||||
|
||||
test:
|
||||
go test .
|
||||
|
||||
help:
|
||||
echo "Read the Makefile to see what it can do. It is simple."
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user