1
Fork 0
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:
joshua stein 2019-12-24 21:27:52 -06:00 committed by Andreas Kling
parent c127d16326
commit ec1db803f0

View file

@ -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