mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 15:40:19 +00:00
Build: add explicit 'all' target in root Makefile
This commit is contained in:
parent
c127d16326
commit
ec1db803f0
Notes:
sideshowbarker
2024-07-19 10:41:35 +09:00
Author: https://github.com/jcs Commit: https://github.com/SerenityOS/serenity/commit/ec1db803f01 Pull-request: https://github.com/SerenityOS/serenity/pull/914
1 changed files with 2 additions and 0 deletions
2
Makefile
2
Makefile
|
@ -15,6 +15,8 @@ SUBDIRS += \
|
|||
|
||||
include Makefile.subdir
|
||||
|
||||
all: subdirs
|
||||
|
||||
.PHONY: test
|
||||
test:
|
||||
$(QUIET) $(MAKE) -C AK/Tests clean all clean
|
||||
|
|
Loading…
Reference in a new issue