From: Jean-Christophe Beaupré Date: Wed, 22 Jun 2016 21:12:11 +0000 (-0400) Subject: Makefile: Remove unused macro X-Git-Url: http://nitlanguage.org Makefile: Remove unused macro Signed-off-by: Jean-Christophe Beaupré --- diff --git a/Makefile b/Makefile index 0397545..d517613 100644 --- a/Makefile +++ b/Makefile @@ -14,7 +14,6 @@ # See the License for the specific language governing permissions and # limitations under the License. -NITCOPT= # Additional program directories (contrib and examples) that are buildable PROGS=$(dir $(wildcard examples/*/Makefile contrib/*/Makefile))