mirror of
https://github.com/augustin64/projet-tipe
synced 2025-01-23 23:26:25 +01:00
Fix make webserver
This commit is contained in:
parent
e181deab1e
commit
ec36801732
4
Makefile
4
Makefile
@ -1,6 +1,6 @@
|
|||||||
BUILDDIR := ./build
|
BUILDDIR := ./build
|
||||||
SRCDIR := ./src
|
SRCDIR := ./src
|
||||||
CACHE_DIR := ./cache
|
CACHE_DIR := ./.cache
|
||||||
NVCC := nvcc
|
NVCC := nvcc
|
||||||
CUDA_INCLUDE := /opt/cuda/include # Default installation path for ArchLinux, may be different
|
CUDA_INCLUDE := /opt/cuda/include # Default installation path for ArchLinux, may be different
|
||||||
|
|
||||||
@ -197,7 +197,7 @@ endif
|
|||||||
#
|
#
|
||||||
# Utils
|
# 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
|
FLASK_APP="src/webserver/app.py" flask run
|
||||||
|
|
||||||
$(CACHE_DIR)/mnist-reseau-fully-connected.bin: $(BUILDDIR)/mnist-main
|
$(CACHE_DIR)/mnist-reseau-fully-connected.bin: $(BUILDDIR)/mnist-main
|
||||||
|
Loading…
Reference in New Issue
Block a user