Skip to content

Commit

Permalink
Remove non existing make target
Browse files Browse the repository at this point in the history
  • Loading branch information
azat committed Dec 2, 2023
1 parent fcb6fae commit c2d0504
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ endif

export PYO3_CONFIG_FILE = $(PWD)/contrib/flameshow/build/pyo3-build-config-file-$(target).txt

.PHONY: build prepare chdig install deb rpm archlinux packages
.PHONY: build chdig install deb rpm archlinux packages

contrib/flameshow/build/pyo3-build-config-file-$(target).txt:
env -u PYO3_CONFIG_FILE cargo build $(cargo_build_opts) -p flameshow
Expand Down

0 comments on commit c2d0504

Please sign in to comment.