Separates the isbn-lookup interactions into its own file

This is prepping for adding more features, as i want the actual
functions that are interaction with the `isbn` tool to be separate
This commit is contained in:
SuperNovaa41
2024-01-22 15:12:28 -05:00
parent 9d764538d3
commit e51dc21e67
4 changed files with 75 additions and 46 deletions

View File

@ -1,5 +1,5 @@
all: api/*.cpp
g++ api/main.cpp api/csv.cpp -o manager
g++ api/main.cpp api/csv.cpp api/isbn-interaction.cpp -o manager
mkdir -p bin
mv manager bin/
clean: