Skip to content

Commit

Permalink
fix kp build makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
igormcoelho committed May 29, 2024
1 parent 21ffc35 commit b49ce08
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Examples/KP/makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ build/app_Example: $(OBJ_FILES)

# compile each .cpp individually ($<)
$(OBJ_DIR)/%.o: $(SRC_DIR)/%.cpp
mkdir -p build/
$(CC) $(CXXFLAGS) -c -o $@ $<

.PHONY: all clean
Expand Down

0 comments on commit b49ce08

Please sign in to comment.