chiark / gitweb /
found in chiark:/usr/local/src/davenant
[chiark-utils.git] / cprogs / usr-local-src-misc-Makefile~
1 CFLAGS= -Wall -Wwrite-strings -Wmissing-prototypes -Wstrict-prototypes \
2         -Wpointer-arith -O2 -g -DREALLY_CHECK_FILE='"/etc/inittab"'
3 LDFLAGS=
4
5 TARGETS=really
6
7 all:            $(TARGETS)
8
9 really:         really.o myopt.o
10
11 really-test:    really Makefile
12                 rm -f really-test
13                 cp really really-test
14                 really chown root.staff really-test
15                 really chmod 4770 really-test
16
17 really-check:   really-test really.testcases
18                 ./really.testcases