all:breakout short breakout: gcc -o breakout -m32 -static breakout.c short: gcc -o short -m32 -static short.c .PHONY:clean clean: rm -f breakout short