diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2022-04-01 21:00:12 +0200 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2022-04-01 21:00:12 +0200 |
commit | 584fef1f2d222c02b86a08bc66a6d6e598c31b31 (patch) | |
tree | 2fa7a415948e20ed3a2a57382292b61d264296f0 /Makefile | |
parent | Ok (diff) | |
download | go2work-584fef1f2d222c02b86a08bc66a6d6e598c31b31.tar.gz go2work-584fef1f2d222c02b86a08bc66a6d6e598c31b31.tar.bz2 go2work-584fef1f2d222c02b86a08bc66a6d6e598c31b31.tar.xz go2work-584fef1f2d222c02b86a08bc66a6d6e598c31b31.tar.zst go2work-584fef1f2d222c02b86a08bc66a6d6e598c31b31.zip |
In progress
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -43,6 +43,7 @@ RMDIR = rmdir RM = rm -rf build: + go get github.com/BurntSushi/toml@latest go build -o ${TARGET} ${SRCS} clean: |