feat: adds SvelteKit + Tauri

This commit is contained in:
2024-01-22 14:01:43 -05:00
parent 2599319222
commit f28fd699cf
43 changed files with 6036 additions and 11 deletions

View File

@ -1,6 +1,6 @@
all: src/*.cpp
g++ src/main.cpp src/csv.cpp -o manager
mkdir -p build
mv manager build/
all: api/*.cpp
g++ api/main.cpp api/csv.cpp -o manager
mkdir -p bin
mv manager bin/
clean:
rm -rf build
rm -rf bin