all:
	gcc nfc_uafw.c ptty_device.c netlink.c -o nfc_uafw -lpthread
clean:
	rm nfc_uafw
