summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2008-12-15 20:57:29 +0000
committerPaul Buetow <paul@buetow.org>2008-12-15 20:57:29 +0000
commit44c97ead68a274e462460eef33d67e7442c2fa47 (patch)
tree2d7347fa25eb8d0c61a090f84983c64d055ea11f /Makefile
parent117201ad10df2859fb3510e8437d776f3a691f69 (diff)
say foo[1] works
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d7a9f87..f9d8ce4 100644
--- a/Makefile
+++ b/Makefile
@@ -30,7 +30,7 @@ clean:
find ./ -name '*.bin' -exec rm -f {} \;
find . -name '*.core' -exec rm -f {} \;
if [ -f $(BIN) ]; then rm -f $(BIN); fi
-build: ctags
+build: ctags
@awk '{ \
if ($$2 == "BUILDNR") print $$1,$$2,$$3+1; \
else if ($$2 ~ /OS_/) printf("%s OS_%s\n", $$1, \