From: Jiří Matěják Date: Tue, 17 Apr 2018 11:36:49 +0000 (+0200) Subject: Makefile updated X-Git-Url: https://rtime.felk.cvut.cz/gitweb/coffee/mt-apps.git/commitdiff_plain/e6ec731a4d8d19b44083ac5b79767e71b299fe79 Makefile updated --- diff --git a/Makefile b/Makefile index 9371b71..e5737b7 100644 --- a/Makefile +++ b/Makefile @@ -1,2 +1,2 @@ all: main.c - gcc -o mt-rfid main.c -luFCoder-armhf + $(CC) -o mt-rfidi $(INC) main.c -luFCoder-armhf