Skip to content

Commit

Permalink
Revert changes to makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
estringana committed Sep 20, 2024
1 parent 339adfc commit 5d2d179
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -126,8 +126,10 @@ set_static_option:

static: set_static_option $(AR_FILE)

install_ini:
$(Q) echo "extension=ddtrace.so" | $(SUDO) tee -a $(INI_FILE)
$(INI_FILE):
$(Q) echo "extension=ddtrace.so" | $(SUDO) tee -a $@

install_ini: $(INI_FILE)

delete_ini:
$(SUDO) rm $(INI_FILE)
Expand Down

0 comments on commit 5d2d179

Please sign in to comment.