From 8abcac7b3b42609f349b8a9cb132bae9746ba576 Mon Sep 17 00:00:00 2001 From: jvech Date: Sat, 21 Oct 2023 11:08:50 -0500 Subject: 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. --- config.mk | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 config.mk (limited to 'config.mk') 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 -- cgit v1.2.3-70-g09d2