all:	ivictl.c ../modules/ivi_ioctl.h
	$(CC) -o ivictl ivictl.c

clean:
	rm -rf ivictl
