cmd: command.c 
	gcc -o cmd command.c -I/usr/include

clean:
	rm cmd



