DEBSOURCES
Skip Quicknav
sources / mk-configure / 0.37.0-2 / examples / progs2 / Makefile
123456789
PROGS = client server SRCS.client = client.c SRCS.server = server.c SRCS = common.c WARNS = 4 .include "test.mk" .include <mkc.prog.mk>