mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-03 06:40:05 +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: ec1db803f0
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
|
include Makefile.subdir
|
||||||
|
|
||||||
|
all: subdirs
|
||||||
|
|
||||||
.PHONY: test
|
.PHONY: test
|
||||||
test:
|
test:
|
||||||
$(QUIET) $(MAKE) -C AK/Tests clean all clean
|
$(QUIET) $(MAKE) -C AK/Tests clean all clean
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue