]> rtime.felk.cvut.cz Git - coffee/mt-apps.git/blobdiff - Makefile
print simple json when a card is nearby
[coffee/mt-apps.git] / Makefile
index 1111e4806b88070a47ab889a364cdcc77b7243cb..2c66d922a20fcb4b7421c49ff2fb0dd34596e580 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
 OUTPUT_FILE=mt-rfid
 
 all: main.c
-       $(CC) $(CFLAGS) -o $(OUTPUT_FILE) main.c -luFCoder-armhf
+       $(CC) $(CFLAGS) -o $(OUTPUT_FILE) main.c -luFCoder-armhf -pthread
 
 .PHONY: clean