diff options
author | hpa <hpa> | 2004-12-15 10:51:18 +0000 |
---|---|---|
committer | hpa <hpa> | 2004-12-15 10:51:18 +0000 |
commit | 95deb2509c3f9916527044751ca1221fa62f3b26 (patch) | |
tree | 85ed778448692354b23a858af689ce4ff5691187 /mtools | |
parent | 907b549d585c74537b300c188b00d3a56d36cc7f (diff) | |
download | syslinux-95deb2509c3f9916527044751ca1221fa62f3b26.tar.gz |
More adjustment to the Brave New World<TM>
Diffstat (limited to 'mtools')
-rw-r--r-- | mtools/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/mtools/Makefile b/mtools/Makefile index a13642cc..920c85af 100644 --- a/mtools/Makefile +++ b/mtools/Makefile @@ -1,8 +1,8 @@ CC = gcc -OPTFLAGS = -g -O -Dinline= +OPTFLAGS = -g -Os INCLUDES = -I. -I.. -I../libfat CFLAGS = -W -Wall -D_FILE_OFFSET_BITS=64 $(OPTFLAGS) $(INCLUDES) -LDFLAGS = +LDFLAGS = -s SRCS = syslinux.c ../syslxmod.c ../bootsect_bin.c ../ldlinux_bin.c $(wildcard ../libfat/*.c) OBJS = $(patsubst %.c,%.o,$(notdir $(SRCS))) @@ -20,6 +20,7 @@ clean: tidy -rm -f syslinux spotless: clean + -rm -f *~ installer: syslinux |