From 490671524291af321fc3ab0d56c03e3acca4f10f Mon Sep 17 00:00:00 2001 From: Christian Hohnstaedt Date: Sat, 1 May 2021 21:37:51 +0200 Subject: [PATCH] Fix header build --- ui/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/Makefile b/ui/Makefile index ddf76f98..07d1a3a7 100644 --- a/ui/Makefile +++ b/ui/Makefile @@ -13,4 +13,4 @@ UI_H = ui_CaProperties.h ui_CertDetail.h ui_CertExtend.h \ include $(TOPDIR)/Rules.mak -ui: $(UI_H) +ui all: $(UI_H)