mirror of
https://codeberg.org/librewolf/source.git
synced 2024-12-22 05:33:03 -05:00
fixes
This commit is contained in:
parent
f6f1837956
commit
05c8f530e4
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
@ -61,10 +61,10 @@ librewolf-$(version) : librewolf-$(version)-$(release).source$(ext)
|
|||
build : librewolf-$(version)
|
||||
(cd librewolf-$(version) && ./mach build)
|
||||
|
||||
package : librewolf-$(version)
|
||||
package : build
|
||||
(cd librewolf-$(version) && ./mach package)
|
||||
|
||||
run : librewolf-$(version)
|
||||
run : build
|
||||
(cd librewolf-$(version) && ./mach run)
|
||||
|
||||
README.md : README.md.in ./version ./release
|
||||
|
|
Loading…
Reference in a new issue