Skip to content

Commit

Permalink
Makefile upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
jesperancinha committed May 8, 2023
1 parent aecf0aa commit dd17310
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ build: build-gradle build-maven
build-maven:
mvn clean install
build-gradle:
@for location in $(MODULE_LOCATIONS); do \
export CURRENT=$(shell pwd); \
echo "Building $$location..."; \
cd $$location; \
make b; \
cd $$CURRENT; \
done
@for location in $(MODULE_LOCATIONS); do \
export CURRENT=$(shell pwd); \
echo "Building $$location..."; \
cd $$location; \
make b; \
cd $$CURRENT; \
done
upgrade:
@for location in $(MODULE_LOCATIONS); do \
export CURRENT=$(shell pwd); \
Expand Down

0 comments on commit dd17310

Please sign in to comment.