mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 21:07:34 +00:00
Build: Enter Libraries before AK, clean tests as separate step
This commit is contained in:
parent
e7de8af379
commit
31732d163f
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
@ -1,7 +1,7 @@
|
||||||
SUBDIRS += \
|
SUBDIRS += \
|
||||||
|
Libraries \
|
||||||
AK \
|
AK \
|
||||||
DevTools \
|
DevTools \
|
||||||
Libraries \
|
|
||||||
Servers
|
Servers
|
||||||
|
|
||||||
SUBDIRS += \
|
SUBDIRS += \
|
||||||
|
@ -25,6 +25,6 @@ ifeq ($(UNAME_S),Darwin)
|
||||||
test:
|
test:
|
||||||
else
|
else
|
||||||
test:
|
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
|
endif
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue