X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/27882d378be348c9bf68b741f993de0ea2001ab8..1c70664ae75332e17466e8d7bcba718e406da36c:/client/Makefile?ds=sidebyside diff --git a/client/Makefile b/client/Makefile index 2f853093..82697612 100644 --- a/client/Makefile +++ b/client/Makefile @@ -162,7 +162,8 @@ ZLIBOBJS = $(ZLIBSRCS:%.c=$(OBJDIR)/%.o) BINS = proxmark3 flasher fpga_compress WINBINS = $(patsubst %, %.exe, $(BINS)) -CLEAN = $(BINS) $(WINBINS) $(COREOBJS) $(CMDOBJS) $(ZLIBOBJS) $(QTGUIOBJS) $(OBJDIR)/*.o *.moc.cpp ./ui/ui_overlays.h +CLEAN = $(BINS) $(WINBINS) $(COREOBJS) $(CMDOBJS) $(ZLIBOBJS) $(QTGUIOBJS) $(OBJDIR)/*.o *.moc.cpp +#./ui/ui_overlays.h all: lua_build $(BINS) @@ -182,8 +183,9 @@ fpga_compress: $(OBJDIR)/fpga_compress.o $(ZLIBOBJS) proxguiqt.moc.cpp: proxguiqt.h $(MOC) -o$@ $^ -ui/ui_overlays.h: ./ui/overlays.ui - $(UIC) $^ > $@ +#cannot seem to get this to work accross qt versions... +#ui/ui_overlays.h: ./ui/overlays.ui +# $(UIC) $^ > $@ lualibs/usb_cmd.lua: ../include/usb_cmd.h awk -f usb_cmd_h2lua.awk $^ > $@