merged, now has download bar, other misc fixes
[surf.git] / Makefile
index 77a39db..6dc19fa 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -22,7 +22,7 @@ ${OBJ}: config.mk
 
 surf: ${OBJ}
        @echo CC -o $@
-       @${CC} -o $@ ${OBJ} ${LDFLAGS}
+       @${CC} -o $@ surf.o ${LDFLAGS}
 
 clean:
        @echo cleaning
@@ -31,7 +31,7 @@ clean:
 dist: clean
        @echo creating dist tarball
        @mkdir -p surf-${VERSION}
-       @cp -R LICENSE Makefile README config.def.h config.mk \
+       @cp -R LICENSE Makefile README config.mk \
                surf.1 ${SRC} surf-${VERSION}
        @tar -cf surf-${VERSION}.tar surf-${VERSION}
        @gzip surf-${VERSION}.tar