From 95deb2509c3f9916527044751ca1221fa62f3b26 Mon Sep 17 00:00:00 2001 From: hpa Date: Wed, 15 Dec 2004 10:51:18 +0000 Subject: More adjustment to the Brave New World --- mtools/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'mtools') 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 -- cgit v1.2.3