]> rtime.felk.cvut.cz Git - coffee/mt-apps.git/blobdiff - Makefile
Makefile: no win, no pthread
[coffee/mt-apps.git] / Makefile
index 1c44f7e4680d537ce28864da8c1cc60df7d31887..95e4060cac0f7c635cbdf3de4f8de9e7a507abad 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,13 +1,6 @@
 SOURCE_FILES = mt_rfid.c
 OUTPUT_FILE = mt-rfid
-
-ifeq ($(OS),Windows_NT)
-       CC = gcc
-       CFLAGS += -Wall -O3 -DPORT_NAME="\"\""
-       UFR_LIB = -L. -luFCoder-x86_64
-else
-       UFR_LIB = -luFCoder-armhf
-endif
+UFR_LIB = -luFCoder-armhf
 
 all: $(SOURCE_FILES)
        $(CC) $(CFLAGS) -o $(OUTPUT_FILE) $(SOURCE_FILES) $(UFR_LIB)