summaryrefslogtreecommitdiff
path: root/cmd/rescribe/makefile
AgeCommit message (Collapse)Author
2024-02-16Add make rule for wayland linux versionNick White
2024-02-06Fix signing of MacOS buildNick White
2022-11-17rescribe: add embed tag to fyne packaging, to ensure embedded parts arent ↵Nick White
stripped out
2022-11-11Simplify flatpak build by removing make rule it usedv1.0.1Nick White
2022-11-11Add flatpak support, including a appdata and .desktop filesNick White
2022-10-30rescribe: ensure all embed files are correctly listed in makefileNick White
2022-10-27Allow completely non-embedded buildsNick White
This enables installs straight from 'go install' or 'fyne install'. It also means warning if a system getgbook isn't found, and erroring if tesseract isn't found (as was done already). The location of getgbook can therefore now be specified on the command line. Embedded builds are enabled with the -tags embed flag, which the makefile sets for all builds.
2022-03-28rescribe: add make clean ruleNick White
2022-03-22rescribe: change makefile so intermediate build objects go in build/, final ↵Nick White
executables go to dist/
2022-03-21rescribe: put darwin builds in darwin/ rather than darwin_universal/Nick White