mirror of
https://github.com/SerenityOS/serenity.git
synced 2025-01-24 02:12:09 -05:00
Build: add explicit 'all' target in root Makefile
This commit is contained in:
parent
c127d16326
commit
ec1db803f0
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
Reference in a new issue