diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -46,10 +46,7 @@ org.freedesktop.Bustle.appdata.xml: data/org.freedesktop.Bustle.appdata.xml.in # https://github.com/flathub/flathub/wiki/Review-Guidelines validate-metadata: org.freedesktop.Bustle.desktop org.freedesktop.Bustle.appdata.xml desktop-file-validate org.freedesktop.Bustle.desktop - appstream-util validate-relax org.freedesktop.Bustle.appdata.xml - # This is only a SHOULD. Screenshots currently violate it because they - # are hidpi. - -appstream-util validate org.freedesktop.Bustle.appdata.xml + appstream-util validate org.freedesktop.Bustle.appdata.xml dist/build/bustle-pcap: $(BUSTLE_PCAP_SOURCES) $(BUSTLE_PCAP_HEADERS) @mkdir -p dist/build |