diff options
| author | Lex Neva <github.com@lexneva.name> | 2019-11-15 13:09:53 -0500 |
|---|---|---|
| committer | Lex Neva <github.com@lexneva.name> | 2020-01-29 01:29:49 -0500 |
| commit | 13fe706716a383e12b47c0458324580b6b12b84c (patch) | |
| tree | 7c7c19dfb5d9eb193c860b7a2c5ed8d18fc6605d /Makefile | |
| parent | 9747e057a26bfd203282925827f3ae20f2675b94 (diff) | |
windows build github action
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
@@ -10,11 +10,7 @@ distclean: .PHONY: inx inx: locales mkdir -p inx - if [ "$$BUILD" = "windows" ]; then \ - wine c:\\Python\\python.exe bin/generate-inx-files; \ - else \ - bin/generate-inx-files; \ - fi + python bin/generate-inx-files; \ .PHONY: messages.po messages.po: |
