summary refs log tree commit diff
path: root/bin/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'bin/Makefile')
-rw-r--r--bin/Makefile4
1 files changed, 3 insertions, 1 deletions
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
2018-09-19Fix README mandoc lintsJune McEnroe 2018-09-19Un-NOT trans.alpha values in pngoJune McEnroe 2018-09-18Refactor reads in pngo and clear palette between filesJune McEnroe 2018-09-17Add tRNS support to pngoJune McEnroe 2018-09-11Move gfx man pages to gfx/manJune McEnroe 2018-09-11Move bin man pages to bin/manJune McEnroe 2018-09-11Rewrite gfx.7 and render plaintext READMEJune McEnroe 2018-09-11Remove GAMES from BINSJune McEnroe 2018-09-11Rewrite bin.7 and render to plaintext READMEJune McEnroe 2018-09-11Add "blank" lines to man pagesJune McEnroe 2018-09-10Add mdoc syntax fileJune McEnroe 2018-09-08Fix Nm usage in multi-name man pagesJune McEnroe 2018-09-08Put real dates on man pagesJune McEnroe 2018-09-08Replace gfx README with REAMDE.7June McEnroe 2018-09-08Link gfx man pages in ~/.localJune McEnroe