Skip to content

Commit

Permalink
fix typo in makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
andrijapau committed Dec 24, 2024
1 parent 057668f commit 919d702
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 @@ dist:
.PHONY : clean
clean:
rm -rf __pycache__
rm -rf pennylane-aqt/__pycache__
rm -rf pennylane_aqt/__pycache__
rm -rf tests/__pycache__
rm -rf dist
rm -rf build
Expand Down

0 comments on commit 919d702

Please sign in to comment.