From 6da31308c6a232d18a05c057411e12d6953ae1c7 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Ji=C5=99=C3=AD=20Mat=C4=9Bj=C3=A1k?= Date: Tue, 17 Apr 2018 17:44:17 +0200 Subject: [PATCH] try it without include dir --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f7ce7b8..1111e48 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ OUTPUT_FILE=mt-rfid all: main.c - $(CC) $(CFLAGS) -o $(OUTPUT_FILE) $(IDIR) main.c -luFCoder-armhf + $(CC) $(CFLAGS) -o $(OUTPUT_FILE) main.c -luFCoder-armhf .PHONY: clean -- 2.39.2