You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Allow overriding this variable to customize installation directory
INCLUDEDIR ?= /usr/local/include
# Header-only lib filename
HEADER_SRC = ThreadPool.h
HEADER_DEST = ThreadPool
.PHONY: all clean install uninstall
all:
@echo -e 'Nothing to compile for templated library\nRun with `sudo make install` to move the header-only library to the directory given by the $$INCLUDEDIR variable\n\t/usr/local/include by default (if not set)'