1. make cc -Wall -O2 -DVERSION=\"1.2\" -c -o setpwc.o setpwc.c cc -Wall -W setpwc.o -o setpwc # # Oh, blatant plug: http://keetweej.vanheusden.com/wishlist.html 2. strip -s setpwc 3. package files tar cvf ./setpwc.tar setpwc setpwc.1 readme.txt