summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLex Neva <github.com@lexneva.name>2019-11-15 13:09:53 -0500
committerLex Neva <github.com@lexneva.name>2020-01-29 01:29:49 -0500
commit13fe706716a383e12b47c0458324580b6b12b84c (patch)
tree7c7c19dfb5d9eb193c860b7a2c5ed8d18fc6605d /Makefile
parent9747e057a26bfd203282925827f3ae20f2675b94 (diff)
windows build github action
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index 859d9873..7dbf5378 100644
--- a/Makefile
+++ b/Makefile
@@ -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: