Skip to content

Commit

Permalink
enh(makefile): clean up css as well
Browse files Browse the repository at this point in the history
Signed-off-by: Max <[email protected]>
  • Loading branch information
max-nextcloud authored and AndyScherzinger committed Mar 6, 2025
1 parent 99e9ee8 commit b97ab4b
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 b97ab4b

Please sign in to comment.