summaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile
index db917bb..c3a8818 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -4,7 +4,7 @@ PROG= sp12
SRCS= buffer.c device.c eeprom.c flash.c init.c sp12.c
HDRS= dos_cpt.h sp12.h
CFLAGS+= -Wall -ggdb
-LDADD+= -li386
+#LDADD+= -li386
OBJS= ${SRCS:.c=.o}
all: ${SRCS} ${HDRS} ${PROG}