OUTPUT_FILE=mt-rfid all: main.c $(CC) $(CFLAGS) -o $(OUTPUT_FILE) main.c -luFCoder-armhf -pthread .PHONY: clean clean: rm $(OUTPUT_FILE)