Skip to content

Commit

Permalink
Clean flatpak builder remnants
Browse files Browse the repository at this point in the history
  • Loading branch information
swsnr committed Jan 11, 2025
1 parent 7711875 commit 45e162e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -90,10 +90,11 @@ patch-appid:
dbus-1/de.swsnr.turnon.service de.swsnr.turnon.search-provider.ini \
schemas/de.swsnr.turnon.gschema.xml

# Remove compiled message catalogs and other generated files.
# Remove compiled message catalogs and other generated files, and flatpak
# things
.PHONY: clean
clean:
rm -f po/*.mo
rm -fr po/*.mo builddir repo .flatpak-builder

# Build a development flatpak without sandbox.
.PHONY: flatpak-devel
Expand Down

0 comments on commit 45e162e

Please sign in to comment.