From: pwpiwi Date: Fri, 31 Mar 2017 14:04:04 +0000 (+0200) Subject: Update/cleanup Makefiles (#265) X-Git-Tag: v3.0.0~20 X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/commitdiff_plain/fb9acd45888ec05381f8a21835e3c071c582346d?hp=fb9acd45888ec05381f8a21835e3c071c582346d Update/cleanup Makefiles (#265) - add new target "make mfkey" to build mfkey32 and mfkey64 - include above when "make all" - fix Qt detection for Kali Linux - create and use dependency files when building client - create client/lualibs/usb_cmd.lua from include/usb_cmd.h when building client - add Windows *.exe files with "make tarbin" - For the time being don't include Makefile.common in Makefile and client/Makefile - set com3 as default flashing port for Windows (including mingw) - remove static targets snooper and cli. Remove their sources as well. ---