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 juliusknorr committed Mar 13, 2025
commit 760408285eb9ac65e28338956f5a83662755b9b9
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -69,4 +69,5 @@ clean-dev:

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