From: Jiří Matěják Date: Tue, 17 Apr 2018 11:50:39 +0000 (+0200) Subject: second try X-Git-Url: https://rtime.felk.cvut.cz/gitweb/coffee/mt-apps.git/commitdiff_plain/42726717b357024b740e90d3b3763bcdc64be528 second try --- diff --git a/Makefile b/Makefile index e5737b7..6bea021 100644 --- a/Makefile +++ b/Makefile @@ -1,2 +1,8 @@ +OUTPUT_FILE=mt-rfid + all: main.c - $(CC) -o mt-rfidi $(INC) main.c -luFCoder-armhf + $(CC) $(CFLAGS) -o $(OUTPUT_FILE) $(IDIR) main.c -luFCoder-armhf + +.PHONY clean +clean: + rm $(OUTPUT_FILE)