Add Makefile commands needed before building

This commit is contained in:
max 2020-02-18 12:09:39 +01:00 committed by GitHub
parent 07ea0dd2ef
commit 8d5d7ea50e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -62,6 +62,8 @@ This used to be more complicated, but I finally redid this and use the same
buildsystem that's used by Qubes OS for XFCE. It's just a Makefile that helps buildsystem that's used by Qubes OS for XFCE. It's just a Makefile that helps
you get the sources and start off the build: you get the sources and start off the build:
$ make get-sources
$ make verify-sources
$ make rpms $ make rpms
### Installing ### Installing