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 099cf08 commit 6dbae82
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 @@
sync-at-time: *.go */*.go go.*
syncattime: *.go */*.go go.*
# the executable
go build -o $@ -ldflags "-s -w" -tags osusergo,netgo
file $@

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

0 comments on commit 6dbae82

Please sign in to comment.