mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-17 23:12:22 +00:00
Build: Fix helloworld2's form compiler dependency
This commit is contained in:
parent
e455b1095a
commit
542098d90d
Notes:
sideshowbarker
2024-07-19 10:02:59 +09:00
Author: https://github.com/lnzero1dev
Commit: 542098d90d
Pull-request: https://github.com/SerenityOS/serenity/pull/1064
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
Add a link
Reference in a new issue