Skip to content

Commit 0ee335e

Browse files
fix: remove validate-profile-individual from all target
1 parent 5a3eb36 commit 0ee335e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ REQUIRED_DIRS = $(config.LIBRARY_DIR) $(config.SOURCE_DIR) $(config.QUERIES_DIR)
6363
# ----------------------------------------
6464
#### Targets / main "goals" of this Makefile
6565
.PHONY: all
66-
all: setup reason-individual validate-profile-individual test-individual build-combined reason-combined validate-profile-combined test-combined
66+
all: setup reason-individual test-individual build-combined reason-combined validate-profile-combined test-combined
6767

6868
# Setup target for creating necessary directories
6969
.PHONY: setup

0 commit comments

Comments
 (0)