diff options
Diffstat (limited to 'bin/ls/Makefile')
-rw-r--r-- | bin/ls/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/ls/Makefile b/bin/ls/Makefile index a865e7f..a4345ff 100644 --- a/bin/ls/Makefile +++ b/bin/ls/Makefile @@ -3,7 +3,7 @@ PROG= ls -SRCS= cmp.c ls.c print.c util.c +SRCS= cmp.c ls.c print.c util.c lomac.c .if !defined(RELEASE_CRUNCH) CFLAGS+= -DCOLORLS |