Skip to content

Commit

Permalink
fix for pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
WolfgangWaltenberger committed Aug 20, 2024
1 parent f03e1e3 commit c0fc491
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion smodels/lib/pythia8/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ install_pythia8:
./installer.py

clean:
chmod -R u+w pythia$(PYTHIAVER)
chmod --quiet -R u+w pythia$(PYTHIAVER) || echo "no pythia$(PYTHIAVER)"
rm -rf $(EXES) test.slha pythia$(PYTHIAVER) .pythia*.tgz* pythia*.tgz* pythia8.exe events.lhe

pythia8.exe: pythia8.cc .PHONY
Expand Down

0 comments on commit c0fc491

Please sign in to comment.