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
Notes: sideshowbarker 2024-07-19 10:41:35 +09:00

View file

@ -15,6 +15,8 @@ SUBDIRS += \
include Makefile.subdir
all: subdirs
.PHONY: test
test:
$(QUIET) $(MAKE) -C AK/Tests clean all clean