https://doi.org/10.5201/ipol.2018.194
Raw File
Tip revision: 3fe71958c866901c02af48041516988f9d2ace04 authored by Software Heritage on 06 December 2017, 00:00:00 UTC
ipol: Deposit 1325 in collection ipol
Tip revision: 3fe7195
Makefile
# lazy makefile
PROG=GG
all:
	mex MEX_lsd_cmd.c lsd.c
	mcc -a ./ -m ${PROG}
	
back to top