DEBSOURCES
Skip Quicknav
sources / libzt / 0.3.1-4 / examples / GNUmakefile
12345678
.PHONY: all clean CFLAGS ?= -Wall -Werror -O2 LDLIBS += -lzt all: demo test-root-user clean: rm -f *.o demo test-root-user