CC=cc all: uhttpd uhttpd: ${CC} uhttpd.c -o $@ clean: rm -f a.out uhttpd rebuild: clean all