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

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

${FAQ}