usage:
	echo "make clean"

clean:
	rm -f .tmp-*  oxprompt-cmd a.out

all:
	gcc -o oxprompt-cmd oxprompt-cmd.c
