diff options
| author | 2012-02-05 16:54:00 +0000 | |
|---|---|---|
| committer | 2012-02-05 16:54:00 +0000 | |
| commit | 39e3b5398bd233629ba8a4fdc697597466377082 (patch) | |
| tree | ab8b29a1c9d489920308b3ff66b1005d67599282 | |
| parent | 7222eb65798afc1ac9de969b06cbc36a0f452202 (diff) | |
Doesn't compile, red card for ya
| -rw-r--r-- | makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -639,7 +639,8 @@ default: maketree buildtools emulator all: default tools -FLAC_LIB = $(OBJ)/libflac.a $(OBJ)/libflac++.a +FLAC_LIB = $(OBJ)/libflac.a +# $(OBJ)/libflac++.a #------------------------------------------------- |
