Megatest

Artifact [8ff197b872]
Login

Artifact 8ff197b872aa179d48a0320f168d51cb9d863cd8:


#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