default: rm -f post.cgi c++ -static -O2 post.cpp -o post.cgi strip ./post.cgi all: c++ -static -O2 my_program.cpp -o my_program.cgi strip ./my_program.cgi