Browse Source

allow passing args through 'make run'

master
Brett Langdon 10 years ago
parent
commit
3fa36bc45f
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      Makefile

+ 1
- 1
Makefile View File

@ -5,6 +5,6 @@ clean:
rm -f ./realm
run:
go run ./cmd/realm/main.go
go run ./cmd/realm/main.go ${ARGS}
.PHONY: clean run

Loading…
Cancel
Save