Skip to content

Commit

Permalink
Build: add explicit 'all' target in root Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
jcs authored and awesomekling committed Dec 25, 2019
1 parent c127d16 commit ec1db80
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ SUBDIRS += \

include Makefile.subdir

all: subdirs

.PHONY: test
test:
$(QUIET) $(MAKE) -C AK/Tests clean all clean

0 comments on commit ec1db80

Please sign in to comment.