mirror of
https://github.com/SerenityOS/serenity.git
synced 2025-01-24 02:12:09 -05:00
Build: Fix helloworld2's form compiler dependency
This commit is contained in:
parent
e455b1095a
commit
542098d90d
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue