diff options
| author | Paul Buetow <paul@buetow.org> | 2008-12-15 20:57:29 +0000 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2008-12-15 20:57:29 +0000 |
| commit | 44c97ead68a274e462460eef33d67e7442c2fa47 (patch) | |
| tree | 2d7347fa25eb8d0c61a090f84983c64d055ea11f /Makefile | |
| parent | 117201ad10df2859fb3510e8437d776f3a691f69 (diff) | |
say foo[1] works
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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, \ |
