diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ | |||
1 | # $Id$ | 1 | # $Id$ |
2 | 2 | ||
3 | CFLAGS+=-Wall -Wextra -pedantic -Os | 3 | CFLAGS+=-Wall -Wextra -pedantic -Os |
4 | LDFLAGS+=-s | 4 | LDFLAGS+=-s -lutil |
5 | PREFIX?=/usr/local | 5 | PREFIX?=/usr/local |
6 | 6 | ||
7 | all: jaildaemon | 7 | all: jaildaemon |