Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
enh(makefile): clean up css as well
Signed-off-by: Max <[email protected]>
  • Loading branch information
max-nextcloud authored and AndyScherzinger committed Mar 6, 2025
commit b97ab4b8163a9f73560299840a80fca00593fd2b
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/
Loading