summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2013-08-13 18:05:30 (EDT)
committer P. J. McDermott <pjm@nac.net>2013-08-13 18:05:30 (EDT)
commit08006268e9b5379afa6ba2d69147a946211ca17f (patch)
treec663a60c8abe7a51c085ba08c13e78a71a2e74f2
parent14830d55bd0730236b275c47c7333aecfe9ca1fc (diff)
build: Add no-op commands to targets.
This makes make quieter. Before: make: Nothing to be done for `build'. make: Nothing to be done for `install'.
-rwxr-xr-xbuild2
1 files changed, 2 insertions, 0 deletions
diff --git a/build b/build
index 4aba4e7..0581e84 100755
--- a/build
+++ b/build
@@ -1,5 +1,7 @@
#!/usr/bin/make -f
build:
+ @:
install:
+ @: