mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 00:37:35 +00: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
|
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