Skip to content

Commit

Permalink
Update makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
npentrel committed Feb 16, 2024
1 parent e04a69c commit b764908
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
syncattime: *.go */*.go go.*
sync-at-time: *.go */*.go go.*
# the executable
go build -o $@ -ldflags "-s -w" -tags osusergo,netgo
file $@

module.tar.gz: syncattime
module.tar.gz: sync-at-time
# the bundled module
rm -f $@
tar czf $@ $^
Binary file renamed syncattime → sync-at-time
Binary file not shown.

0 comments on commit b764908

Please sign in to comment.