This website works better with JavaScript.
Home
Explore
Help
Sign In
brettlangdon
/
realm
mirror of
https://github.com/brettlangdon/realm.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
allow passing args through 'make run'
master
Brett Langdon
10 years ago
parent
64bed4f19a
commit
3fa36bc45f
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
Write
Preview
Loading…
Cancel
Save