1
1
Fork 0
mirror of https://github.com/oxen-io/lokinet synced 2023-12-14 06:53:00 +01:00
lokinet/win32-setup/Makefile
2019-09-23 21:22:25 -05:00

15 lines
302 B
Makefile

# Makefile for windows install pkg and helper library
all: regdbhelper.dll lokinet-bootstrap.exe
default: all
regdbhelper.dll:
i686-w64-mingw32-gcc regdb_helper.c -o $@ -shared -Os -s
lokinet-bootstrap.exe:
wget https://snowlight.net/loki/win32-dist/lokinet-bootstrap.exe
clean:
rm *.dll *.exe