From 0599824933960ca00cf50f630844a065a1756d40 Mon Sep 17 00:00:00 2001 From: Gregory Rudolph Date: Tue, 8 Oct 2019 10:14:04 -0400 Subject: [PATCH] Build changes --- cmdPost.go | 3 ++- cmdWall.go | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) 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