X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?a=blobdiff_plain;f=cprogs%2Fusr-local-src-misc-Makefile~;fp=cprogs%2Fusr-local-src-misc-Makefile~;h=a1a96f2d936617b25745cb6eb7f7e743b0ade4b8;hb=a1706a81f2118c0a1d08cb54d9f4ef2b5932e4e1;hp=0000000000000000000000000000000000000000;hpb=950f53c2f6b09fa5c4013e6dee0197773c1cd741;p=chiark-utils.git diff --git a/cprogs/usr-local-src-misc-Makefile~ b/cprogs/usr-local-src-misc-Makefile~ new file mode 100644 index 0000000..a1a96f2 --- /dev/null +++ b/cprogs/usr-local-src-misc-Makefile~ @@ -0,0 +1,18 @@ +CFLAGS= -Wall -Wwrite-strings -Wmissing-prototypes -Wstrict-prototypes \ + -Wpointer-arith -O2 -g -DREALLY_CHECK_FILE='"/etc/inittab"' +LDFLAGS= + +TARGETS=really + +all: $(TARGETS) + +really: really.o myopt.o + +really-test: really Makefile + rm -f really-test + cp really really-test + really chown root.staff really-test + really chmod 4770 really-test + +really-check: really-test really.testcases + ./really.testcases