File: GNUmakefile

package info (click to toggle)
libzt 0.3.1-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 936 kB
  • sloc: ansic: 3,217; sh: 211; awk: 12; makefile: 10
file content (8 lines) | stat: -rw-r--r-- 126 bytes parent folder | download
1
2
3
4
5
6
7
8
.PHONY: all clean

CFLAGS ?= -Wall -Werror -O2
LDLIBS += -lzt

all: demo test-root-user
clean:
	rm -f *.o demo test-root-user