Changed Makefiles for Darwin

This commit is contained in:
Michiel Broek
2005-01-06 22:34:53 +00:00
parent 7f6169618c
commit e5457c6187
6 changed files with 18 additions and 18 deletions

View File

@@ -24,7 +24,7 @@ OTHER = Makefile issue issue.netbsd
all: mbtask
mbtask: ${OBJS} ${SLIBS}
${CC} ${CFLAGS} -o mbtask ${OBJS} ${LDFLAGS} ${LIBS} ${LIBS}
${CC} ${CFLAGS} -o mbtask ${OBJS} ${LDFLAGS} ${LIBS} ${SLIBS}
clean:
rm -f mbtask *.o *.h~ *.c~ version.* core filelist Makefile.bak