summaryrefslogtreecommitdiff
path: root/xmake/templates/go/console/project/xmake.lua
blob: 09355a74be3af6ab797de31d36863171335580d6 (plain)
1
2
3
4
5
6
7
add_rules("mode.debug", "mode.release")

target("${TARGETNAME}")
    set_kind("binary")
    add_files("src/*.go")

${FAQ}