diff options
author | Keith Whitwell <[email protected]> | 2009-06-30 18:35:17 +0100 |
---|---|---|
committer | Keith Whitwell <[email protected]> | 2009-06-30 18:37:34 +0100 |
commit | c48c01c9e7d6d0a43883b7b3333ad42208ea9d44 (patch) | |
tree | 5ea04726e11fa692f7f9f6a5b58ec9d2b22e6b8d /progs/trivial/Makefile | |
parent | 1ca836f0de7ac23a3d66e109eeda3c2e29b9b17c (diff) |
progs/trivial: add dlist-mat-tri.c
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 a120270a9af..bef1a57cd29 100644 --- a/progs/trivial/Makefile +++ b/progs/trivial/Makefile @@ -20,6 +20,7 @@ SOURCES = \ clear.c \ dlist-dangling.c \ dlist-flat-tri.c \ + dlist-mat-tri.c \ dlist-tri-flat-tri.c \ dlist-tri-mat-tri.c \ dlist-recursive-call.c \ |