Skip to content

Commit

Permalink
chore: add gen.go
Browse files Browse the repository at this point in the history
Log: add gen.go support
  • Loading branch information
Decodetalkers authored and deepin-bot[bot] committed Jun 28, 2023
1 parent 65dcee5 commit 44323fd
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,5 @@ misc/polkit-action/*.policy
coverage.csv
ConfigKeeperMute_Save
system/uadp1/testdata

/target
17 changes: 17 additions & 0 deletions gen.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
// SPDX-FileCopyrightText: 2018 - 2022 UnionTech Software Technology Co., Ltd.
//
// SPDX-License-Identifier: GPL-3.0-or-later

package daemon

//go:generate go build -o target/ github.com/linuxdeepin/dde-daemon/bin/dde-session-daemon
//go:generate go build -o target/ github.com/linuxdeepin/dde-daemon/bin/dde-system-daemon
//go:generate go build -o target/ github.com/linuxdeepin/dde-daemon/bin/grub2
//go:generate go build -o target/ github.com/linuxdeepin/dde-daemon/bin/search
//go:generate go build -o target/ github.com/linuxdeepin/dde-daemon/bin/backlight_helper
//go:generate go build -o target/ github.com/linuxdeepin/dde-daemon/bin/langselector
//go:generate go build -o target/ github.com/linuxdeepin/dde-daemon/bin/soundeffect
//go:generate go build -o target/ github.com/linuxdeepin/dde-daemon/bin/dde-lockservice
//go:generate go build -o target/ github.com/linuxdeepin/dde-daemon/bin/dde-authority
//go:generate go build -o target/ github.com/linuxdeepin/dde-daemon/bin/default-terminal
//go:generate go build -o target/ github.com/linuxdeepin/dde-daemon/bin/dde-greeter-setter

0 comments on commit 44323fd

Please sign in to comment.