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 committed Sep 19, 2024
1 parent 6dd7dc1 commit a663304
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 a663304

Please sign in to comment.