Skip to content

Commit 5a802d2

Browse files
committed
makefile
1 parent ccd723e commit 5a802d2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,8 @@ PROGRAMS = m_based_demo \
6868
bubble_sort_demo \
6969
selection_sort_demo \
7070
8queue_demo \
71-
palindrome_demo
71+
palindrome_demo \
72+
suffix_tree_demo
7273

7374
all: $(PROGRAMS)
7475

0 commit comments

Comments
 (0)