Skip to content

Commit

Permalink
fix(build): update clean makefile rule
Browse files Browse the repository at this point in the history
  • Loading branch information
TekMath committed Mar 11, 2024
1 parent 2d062d4 commit e4b2d30
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,10 @@ all:
@cp $(BUILD_PATH)/src/$(NAME) .

clean:
@make -C $(BUILD_PATH) clean
@rm -rf $(BUILD_PATH)

fclean:
@rm -f $(NAME)
@rm -rf $(BUILD_PATH)

re: fclean all

Expand Down

0 comments on commit e4b2d30

Please sign in to comment.