aboutsummaryrefslogtreecommitdiff
path: root/config.mk
diff options
context:
space:
mode:
authorjvech <jmvalenciae@unal.edu.co>2023-10-21 11:08:50 -0500
committerjvech <jmvalenciae@unal.edu.co>2023-10-21 11:08:50 -0500
commit8abcac7b3b42609f349b8a9cb132bae9746ba576 (patch)
tree89751a747d873576e3ecb60e21483747ea211967 /config.mk
parent5e7240fbe867e1dd3008e737995cda45d63c5083 (diff)
setup: Install and uninstall rules added
The man page must have a section specifying where to save configurations files for loading the network architecture and weights.
Diffstat (limited to 'config.mk')
-rw-r--r--config.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/config.mk b/config.mk
new file mode 100644
index 0000000..b9350ff
--- /dev/null
+++ b/config.mk
@@ -0,0 +1,4 @@
+PREFIX ?= /usr/local
+
+BINPREFIX := $(PREFIX)/bin
+MANPREFIX := $(PREFIX)/share/man
Feel free to download, copy and edit any repo