From 0e5960d6120dc94f01e45f36bcc578ab9ad012c9 Mon Sep 17 00:00:00 2001 From: Curtis McEnroe Date: Sat, 3 Feb 2018 14:53:06 -0500 Subject: Separate gfxx and its framebuffer frontend --- bin/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'bin/Makefile') diff --git a/bin/Makefile b/bin/Makefile index 52bca4d4..c7e44d87 100644 --- a/bin/Makefile +++ b/bin/Makefile @@ -15,6 +15,8 @@ linux: $(ANY_BINS) $(LIN_BINS) .gitignore atch: dtch ln -f dtch atch +gfxx: gfxx.o gfb.o + pbcopy pbpaste: pbd ln -f pbd $@ @@ -32,6 +34,6 @@ unlink: rm -f $(ALL_BINS:%=~/.bin/%) .gitignore: Makefile - echo $(ALL_BINS) | tr ' ' '\n' > .gitignore + echo '*.o' $(ALL_BINS) | tr ' ' '\n' > .gitignore .PHONY: bsd linux any setuid clean link unlink -- cgit 1.4.1