diff options
| author | Furkan Sahin <furkan-dev@proton.me> | 2021-08-03 02:02:40 -0500 |
|---|---|---|
| committer | Furkan Sahin <furkan-dev@proton.me> | 2021-08-03 02:02:40 -0500 |
| commit | faefe284a934bf65fda2e6f61cbbc511b95c3b04 (patch) | |
| tree | 3bd6932882454caa982659f4bd506a593c31a9dd /Makefile | |
Initial commit with basic build structure
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..e0032f2 --- /dev/null +++ b/Makefile @@ -0,0 +1,4 @@ +planr: + go build -o planr ./cmd/main.go + +.PHONY: planr |
