From 76f4d8afb7a394c4a36b04e0b04921e1ed961c18 Mon Sep 17 00:00:00 2001 From: Curtis McEnroe Date: Sat, 9 Feb 2019 14:09:55 -0500 Subject: Run hi -c after compiling hi --- bin/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'bin/Makefile') diff --git a/bin/Makefile b/bin/Makefile index d041d3a9..80d1a89e 100644 --- a/bin/Makefile +++ b/bin/Makefile @@ -71,6 +71,10 @@ brot: brot.o $(GFX_OBJ) gfxx: gfxx.o $(GFX_OBJ) $(CC) $(LDFLAGS) $@.o $(GFX_OBJ) $(LDLIBS_$(GFX)) -o $@ +hi: hi.c + $(CC) $(CFLAGS) $(LDFLAGS) hi.c $(LDLIBS) -o $@ + ./hi -c + open pbcopy pbpaste: pbd ln -f pbd $@ -- cgit 1.4.1