Skip to content

Commit

Permalink
build: add PHONY target to use directory dependencies for parallel bu…
Browse files Browse the repository at this point in the history
…ilds
  • Loading branch information
oalbrigt committed Jun 11, 2020
1 parent cbc6525 commit 747310c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ ACLOCAL_AMFLAGS = -I m4

SUBDIRS = lib agents doc

.PHONY: $(SUBDIRS)

agents: lib

doc: agents
Expand Down

0 comments on commit 747310c

Please sign in to comment.