Makefile (86B)
1 CFLAGS = -std=c99 -W -Wall 2 NAME = lynx2gph 3 4 ${NAME}: ${NAME}.c 5 cc $< -o $@ ${CFLAGS}
lynx2gphUnnamed repository; edit this file 'description' to name the repository. | |
git clone https://git.inz.fi/lynx2gph | |
Log | Files | Refs | README |