diff options
Diffstat (limited to 'progs/trivial/Makefile')
-rw-r--r-- | progs/trivial/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/progs/trivial/Makefile b/progs/trivial/Makefile index fa200dbf896..3bd8faff99a 100644 --- a/progs/trivial/Makefile +++ b/progs/trivial/Makefile @@ -19,6 +19,11 @@ SOURCES = \ clear-random.c \ 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 \ dlist-begin-call-end.c \ dlist-edgeflag-dangling.c \ dlist-edgeflag.c \ |