Build: Fix helloworld2's form compiler dependency

This commit is contained in:
Emanuel Sprung 2020-01-12 20:54:41 +01:00 committed by Andreas Kling
parent e455b1095a
commit 542098d90d

View file

@ -7,7 +7,7 @@ LIB_DEPS = GUI IPC Draw Core
main.cpp: UI_HelloWorld2.h
UI_HelloWorld2.h: HelloWorld2.frm
../../DevTools/FormCompiler/FormCompiler $< > $@
UI_HelloWorld2.h: HelloWorld2.frm | FORMCOMPILER
$(QUIET) $(FORMCOMPILER) $< > $@
include ../../Makefile.common