Skip to content

Commit

Permalink
Always make a clean build
Browse files Browse the repository at this point in the history
  • Loading branch information
direc85 committed Sep 30, 2023
1 parent 51c390b commit bdef9c8
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions rpm/toeterm.spec
Original file line number Diff line number Diff line change
Expand Up @@ -51,3 +51,12 @@ desktop-file-install --delete-original --dir %{buildroot}%{_datadir}/application
%{_datadir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_datadir}/icons/hicolor/*/apps/%{name}.png

%clean
rm -f translations/*.qm
rm -f *.o
rm -f moc_*
rm -f documentation.list
rm -f qrc_resources.*
rm -f Makefile
rm -f toeterm

0 comments on commit bdef9c8

Please sign in to comment.