Codebase list lowmem / 506811ed-28f8-43f0-80ca-4a1bb68a1def/main Makefile
506811ed-28f8-43f0-80ca-4a1bb68a1def/main

Tree @506811ed-28f8-43f0-80ca-4a1bb68a1def/main (Download .tar.gz)

Makefile @506811ed-28f8-43f0-80ca-4a1bb68a1def/mainraw · history · blame

1
2
3
4
5
CC = gcc
CFLAGS = -Wall -Os

trimtemplates: trimtemplates.c
	${CC} ${CFLAGS} -o trimtemplates $^