Skip to content

Commit

Permalink
Build: Enter Libraries before AK, clean tests as separate step
Browse files Browse the repository at this point in the history
  • Loading branch information
jcs authored and awesomekling committed Jan 1, 2020
1 parent e7de8af commit 31732d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
SUBDIRS += \
Libraries \
AK \
DevTools \
Libraries \
Servers

SUBDIRS += \
Expand All @@ -25,6 +25,6 @@ ifeq ($(UNAME_S),Darwin)
test:
else
test:
$(QUIET) flock AK/Tests $(MAKE) -C AK/Tests clean all clean
$(QUIET) flock AK/Tests -c "$(MAKE) -C AK/Tests clean all && $(MAKE) -C AK/Tests clean"
endif

0 comments on commit 31732d1

Please sign in to comment.