Skip to content

Commit 3ae4d87

Browse files
author
fuli
committed
update Makefile
1 parent 7637e26 commit 3ae4d87

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Makefile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ CC=gcc
33
CPP=g++
44
AR=ar
55
RANLIB=ranlib
6-
CFLAGS= -g -Wall -Wno-unused-function -std=c++11
6+
CFLAGS= -g -Wall -Wno-unused-function
77
SRCDIR = ./src
88
INCLUDEDIR = -I./include -I.
99
DEPS =
@@ -69,7 +69,6 @@ PROGRAMS = m_based_demo \
6969
selection_sort_demo \
7070
8queue_demo \
7171
palindrome_demo \
72-
suffix_array_demo \
7372
suffix_tree_demo \
7473
avl_demo
7574

0 commit comments

Comments
 (0)