Artifact 8ff197b872aa179d48a0320f168d51cb9d863cd8:
- File utils/softlock/Makefile — part of check-in [a6993db959] at 2020-09-01 15:54:33 on branch v1.65-cleanup — Moved softlock into it's own directory and gave it a makefile (user: jmoon18, size: 241) [annotate] [blame] [check-ins using] [more...]
#Need a chicken 5.1.0 with system-information egg installed in your path .DEFAULT : all all : softlock softlock : softlock.scm csc -static -L -static -L -lm -L -dl -L -lpthread -L -lcrypto -L -lz softlock.scm clean: rm softlock *.o