ladybird/DevTools
joshua stein 0d2bfe5c65 Build: Only look at SUBDIRS with Makefiles
If a directory is renamed or deleted before 'make clean', git will
delete the Makefile but leave all of the object and dependency files
around.  When make would try to recurse into that directory from the
wildcard, it would error out since there is no Makefile.
2020-02-25 19:56:48 +01:00
..
FormCompiler LibGUI: Remove parent parameter to GUI::Widget constructor 2020-02-23 12:27:53 +01:00
HackStudio AK: Make Vector use size_t for its size and capacity 2020-02-25 14:52:35 +01:00
Inspector AK: Make Vector use size_t for its size and capacity 2020-02-25 14:52:35 +01:00
IPCCompiler AK: Make Vector use size_t for its size and capacity 2020-02-25 14:52:35 +01:00
ProfileViewer AK: Make Vector use size_t for its size and capacity 2020-02-25 14:52:35 +01:00
VisualBuilder AK: Make Vector use size_t for its size and capacity 2020-02-25 14:52:35 +01:00
Makefile Build: Only look at SUBDIRS with Makefiles 2020-02-25 19:56:48 +01:00