diff options
| author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2009-01-17 18:47:37 +0000 |
|---|---|---|
| committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2009-01-17 18:47:37 +0000 |
| commit | 0e197b417ae104d1c02139e899af810a867be42f (patch) | |
| tree | e72b519925d553c5b79e86e2e172940dc21c7b75 /GNUmakefile | |
| parent | ff61eee294124bc83f399e0027de1c9d7a9d9e86 (diff) | |
| download | rtmux-0e197b417ae104d1c02139e899af810a867be42f.tar.gz rtmux-0e197b417ae104d1c02139e899af810a867be42f.tar.bz2 rtmux-0e197b417ae104d1c02139e899af810a867be42f.zip | |
Tidy a few warnings.
Diffstat (limited to 'GNUmakefile')
| -rw-r--r-- | GNUmakefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/GNUmakefile b/GNUmakefile index 833e0674..4548d490 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -1,4 +1,4 @@ -# $Id: GNUmakefile,v 1.56 2009-01-15 19:27:31 nicm Exp $ +# $Id: GNUmakefile,v 1.57 2009-01-17 18:47:36 nicm Exp $ .PHONY: clean @@ -7,7 +7,7 @@ VERSION= 0.6 DATE= $(shell date +%Y%m%d-%H%M) -DEBUG= 1 +#DEBUG= 1 META?= \002 |