Skip to content

Commit

Permalink
Merge pull request #6428 from nextcloud/fix/clean-up-css-in-makefile
Browse files Browse the repository at this point in the history
enh(makefile): clean up css as well
  • Loading branch information
juliusknorr authored Sep 19, 2024
2 parents 6dd7dc1 + a663304 commit 92f8355
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -70,4 +70,5 @@ clean-dev:

clean-git:
rm -r js/
git checkout -- js/
rm -r css/
git checkout -- js/ css/

0 comments on commit 92f8355

Please sign in to comment.