4ff6bea0e6b3dc9d071894d8916851c5641d2861 hiram Sat Sep 11 14:26:02 2010 -0700 fixup cygwin build diff --git src/weblet/counter/makefile src/weblet/counter/makefile index 2761f15..290e04b 100755 --- src/weblet/counter/makefile +++ src/weblet/counter/makefile @@ -2,12 +2,13 @@ O = counter.o +L += -lz counter: $(O) ${CC} ${COPT} ${CFLAGS} $O ../../lib/$(MACHTYPE)/jkweb.a ${L} - mv ${AOUT} counter.exe - chmod a+rx counter.exe - ${STRIP} counter.exe${EXE} + mv ${AOUT} counter${EXE} + chmod a+rx counter${EXE} + ${STRIP} counter${EXE} push: mv counter.exe ${CGI_BIN}-${USER}