X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?p=chiark-utils.git;a=blobdiff_plain;f=cprogs%2Fusr-local-src-misc-Makefile;h=c2bfd7ab739770b1721da9434d983bea5fab13b3;hp=a1a96f2d936617b25745cb6eb7f7e743b0ade4b8;hb=24b27cc0af569d4565f656d6d722af209d8c0236;hpb=c314690b25b449e079fce8b215a3e96924898578 diff --git a/cprogs/usr-local-src-misc-Makefile b/cprogs/usr-local-src-misc-Makefile index a1a96f2..c2bfd7a 100644 --- a/cprogs/usr-local-src-misc-Makefile +++ b/cprogs/usr-local-src-misc-Makefile @@ -2,10 +2,14 @@ CFLAGS= -Wall -Wwrite-strings -Wmissing-prototypes -Wstrict-prototypes \ -Wpointer-arith -O2 -g -DREALLY_CHECK_FILE='"/etc/inittab"' LDFLAGS= -TARGETS=really +TARGETS=really ucgi ucgitarget all: $(TARGETS) +ucgi: ucgi.o ucgicommon.o + +ucgitarget: ucgitarget.o ucgicommon.o + really: really.o myopt.o really-test: really Makefile