diff --git a/cs162/project5/app b/cs162/project5/app index 221feee..12b5334 100755 Binary files a/cs162/project5/app and b/cs162/project5/app differ diff --git a/cs162/project5/makefile b/cs162/project5/makefile index fedc50e..bcca876 100644 --- a/cs162/project5/makefile +++ b/cs162/project5/makefile @@ -1,6 +1,6 @@ # build an executable named myprog from myprog.c - All: project4.cpp - g++ -Wall -g -std=c++11 -o app project4.cpp Song.cpp DB.cpp + All: project5.cpp + g++ -Wall -g -std=c++11 -o app project5.cpp Song.cpp DB.cpp clean: $(RM) app diff --git a/cs162/project5/project5.tar b/cs162/project5/project5.tar new file mode 100644 index 0000000..0cc31fb Binary files /dev/null and b/cs162/project5/project5.tar differ