From: Jiří Matěják Date: Fri, 27 Apr 2018 08:34:53 +0000 (+0200) Subject: hopefully the last mistake gone X-Git-Url: https://rtime.felk.cvut.cz/gitweb/coffee/mt-apps.git/commitdiff_plain/a3dd8e431fff980db564d1fa00eb9ca57887f916?ds=sidebyside hopefully the last mistake gone --- diff --git a/Makefile b/Makefile index 9e3f2e8..9d47122 100644 --- a/Makefile +++ b/Makefile @@ -10,7 +10,7 @@ mtserver: mt_server.c mkdir -p $(OUTPUT_DIR) $(CC) $(CFLAGS) -DIS_MAIN -o $(OUTPUT_DIR)/mtserver mt_server.c signal_exit.c -lev -lwebsockets -mtps: mt_aio.c mt_rfid.c mt_server.c +mtaio: mt_aio.c mt_rfid.c mt_server.c mkdir -p $(OUTPUT_DIR) $(CC) $(CFLAGS) -o $(OUTPUT_DIR)/mtaio mt_aio.c mt_rfid.c mt_server.c signal_exit.c -lev -luFCoder-armhf -lwebsockets