1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 19:47:44 +00:00

Move VisualBuilder into a new DevTools directory.

This commit is contained in:
Andreas Kling 2019-05-08 13:53:34 +02:00
parent 6b40b081b2
commit 3ae9fc5d88
18 changed files with 3 additions and 3 deletions

View file

@ -40,8 +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 -C ../DevTools/VisualBuilder clean && \
$make_cmd -C ../DevTools/VisualBuilder && \
$make_cmd -C ../Games/Minesweeper clean && \
$make_cmd -C ../Games/Minesweeper && \
$make_cmd -C ../Games/Snake clean && \