diff options
author | Keith Whitwell <[email protected]> | 2009-01-14 20:33:06 +0000 |
---|---|---|
committer | Keith Whitwell <[email protected]> | 2009-01-14 20:33:06 +0000 |
commit | 2d155f91d22d67c3aee5a11219a6e1a7c45c2d74 (patch) | |
tree | e07080925acae160515cd1d9f4006a42004dd3bd /progs/trivial/Makefile | |
parent | a8e0df08ef75db9d80ddc55098e436829af49d7c (diff) |
trivial: clear with random color
Diffstat (limited to 'progs/trivial/Makefile')
-rw-r--r-- | progs/trivial/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/progs/trivial/Makefile b/progs/trivial/Makefile index f7bfd1f039d..2c158c8d49a 100644 --- a/progs/trivial/Makefile +++ b/progs/trivial/Makefile @@ -16,6 +16,7 @@ SOURCES = \ clear-scissor.c \ clear-undefined.c \ clear-repeat.c \ + clear-random.c \ clear.c \ dlist-dangling.c \ dlist-edgeflag-dangling.c \ |