Updated Makefiles

This commit is contained in:
Michiel Broek
2003-12-18 22:44:09 +00:00
parent cb415a3994
commit e2bf92cb27
6 changed files with 20 additions and 20 deletions

View File

@@ -34,7 +34,7 @@ all: mbsetup
mbsetup: ${OBJS} ${LIBS}
${CC} -o mbsetup ${OBJS} ${LIBS}
${CC} -o mbsetup ${OBJS} ${LDFLAGS} ${LIBS}
clean:
rm -f mbsetup *.o *.h~ *.c~ core filelist Makefile.bak