You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
lokinet/win32-setup/Makefile

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