diff --git a/cmdPost.go b/cmdPost.go index 69ebb19..27008b5 100644 --- a/cmdPost.go +++ b/cmdPost.go @@ -1,4 +1,5 @@ -// +build !rm_basic_commands allcommands postcmd +// +ignore +// +build allcommands postcmd package main diff --git a/cmdWall.go b/cmdWall.go index f7106e8..66ca34a 100644 --- a/cmdWall.go +++ b/cmdWall.go @@ -1,5 +1,5 @@ // +ignore -// +build wallcmd +// +build allcommands wallcmd package main