2 CFLAGS=-O2 -Wall -W -Wno-parentheses -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wredundant-decls -std=gnu99
10 chown root.root suidgw
12 chown testuser.nogroup tests/scripts/*
13 chmod ug+s tests/scripts/*
16 install -o root -g root -m 4755 -s suidgw $(DESTDIR)/usr/bin/
24 git archive --format=tar --prefix=suidgw-$(VERSION)/ HEAD | gzip >suidgw-$(VERSION).tar.gz
25 rsync suidgw-$(VERSION).tar.gz jw:/home/ftp/pub/mj/linux/
26 ssh jw 'cd web && bin/release-prog suidgw $(VERSION)'
28 .PHONY: all test-setup install release