Skip to content

Commit

Permalink
makefile order of operations updated for egeria build
Browse files Browse the repository at this point in the history
  • Loading branch information
CDimonaco committed Nov 14, 2024
1 parent c3c7779 commit a9fa001
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion egeria/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ else
endif

.PHONY: default
default: clean mod-tidy fmt vet-check test build-frontend build
default: clean build-frontend mod-tidy fmt vet-check test build

.PHONY: build
build: build-frontend egeria
Expand Down

0 comments on commit a9fa001

Please sign in to comment.