Fix make webserver

This commit is contained in:
augustin64 2023-02-19 10:21:26 +01:00
parent e181deab1e
commit ec36801732

View File

@ -1,6 +1,6 @@
BUILDDIR := ./build
SRCDIR := ./src
CACHE_DIR := ./cache
CACHE_DIR := ./.cache
NVCC := nvcc
CUDA_INCLUDE := /opt/cuda/include # Default installation path for ArchLinux, may be different
@ -197,7 +197,7 @@ endif
#
# Utils
#
webserver: $(CACHE_DIR)/mnist-reseau.bin
webserver: $(CACHE_DIR)/mnist-reseau-fully-connected.bin $(CACHE_DIR)/mnist-reseau-cnn.bin
FLASK_APP="src/webserver/app.py" flask run
$(CACHE_DIR)/mnist-reseau-fully-connected.bin: $(BUILDDIR)/mnist-main