diff options
author | June McEnroe <june@causal.agency> | 2018-09-11 21:57:05 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2018-09-11 21:57:05 -0400 |
commit | 56e8803c62da1f2a31e19b2b5ac460566f8e5d38 (patch) | |
tree | a8472c2484cd656bc2d5480cb2cb2135c6784c61 /gfx/Makefile | |
parent | Remove GAMES from BINS (diff) | |
download | src-56e8803c62da1f2a31e19b2b5ac460566f8e5d38.tar.gz src-56e8803c62da1f2a31e19b2b5ac460566f8e5d38.zip |
Rewrite gfx.7 and render plaintext README
Diffstat (limited to 'gfx/Makefile')
-rw-r--r-- | gfx/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gfx/Makefile b/gfx/Makefile index 28ade67d..93f04ec0 100644 --- a/gfx/Makefile +++ b/gfx/Makefile @@ -27,6 +27,9 @@ brot: brot.o $(GFX).o gfxx: gfxx.o $(GFX).o $(CC) $(LDFLAGS) gfxx.o $(GFX).o $(LDLIBS) $(LDLIBS_$(GFX)) -o $@ +README: gfx.7 + mandoc gfx.7 | sed $$'s/.\b//g' > README + clean: rm -f tags *.o $(BINS) |