mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 16:57:46 +00:00
VisualBuilder: Start working on an interface builder application.
It's tedious making interfaces programmatically. Let's make a program to help us with this. :^)
This commit is contained in:
parent
0bc72551f4
commit
8268ece1bd
10 changed files with 156 additions and 0 deletions
|
@ -40,6 +40,8 @@ $make_cmd -C ../Applications/Taskbar clean && \
|
|||
$make_cmd -C ../Applications/Taskbar && \
|
||||
$make_cmd -C ../Applications/Downloader clean && \
|
||||
$make_cmd -C ../Applications/Downloader && \
|
||||
$make_cmd -C ../Applications/VisualBuilder clean && \
|
||||
$make_cmd -C ../Applications/VisualBuilder && \
|
||||
$make_cmd clean &&\
|
||||
$make_cmd && \
|
||||
sudo ./sync.sh
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue