From 0d28ccf394996a71077e9254cea932f03dd9f0a3 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Sun, 15 Sep 2013 14:21:20 -0400 Subject: build: Add "nop" target. --- diff --git a/build b/build index a89eaa1..25c3e3e 100755 --- a/build +++ b/build @@ -2,6 +2,9 @@ include ../source.mk +nop: + @: + build: oh-autoconfigure -- \ --disable-static \ -- cgit v0.9.1