diff options
Diffstat (limited to '')
-rw-r--r-- | bin/Makefile | 4 |
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 |