]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - client/Makefile
fix makefile to allow make of overlays.ui
[proxmark3-svn] / client / Makefile
index 2f8530934297564b86c4f610ec560c5265084012..ee2a25c0d3b780c1bdbc3758cc1c571930acafee 100644 (file)
@@ -162,9 +162,10 @@ 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)
+# need to assign dependancies to build these first...
+all: ui/ui_overlays.h lua_build $(BINS)
 
 all-static: LDLIBS:=-static $(LDLIBS)
 all-static: proxmark3 flasher fpga_compress
@@ -182,7 +183,7 @@ fpga_compress: $(OBJDIR)/fpga_compress.o $(ZLIBOBJS)
 proxguiqt.moc.cpp: proxguiqt.h
        $(MOC) -o$@ $^
 
-ui/ui_overlays.h: ./ui/overlays.ui
+ui/ui_overlays.h: ui/overlays.ui
        $(UIC) $^ > $@
 
 lualibs/usb_cmd.lua: ../include/usb_cmd.h
Impressum, Datenschutz