mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-04 07:09:47 +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
|
||||
|
||||
all: subdirs
|
||||
|
||||
.PHONY: test
|
||||
test:
|
||||
$(QUIET) $(MAKE) -C AK/Tests clean all clean
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue