File utils/softlock/Makefile artifact 8ff197b872 part of check-in c9fbdc272c
#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