summaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rwxr-xr-xMakefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index be56733..3a711d4 100755
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,7 @@
# Environment: Debian
#
-DISTROS=debian10 debian11 ubuntu1910 ubuntu2004
+DISTROS=debian11
VERSION=$(shell dpkg-parsechangelog --show-field Version)
CXX=clang++-10
@@ -21,10 +21,10 @@ ifeq ($(shell which $(CXX)),)
CXX=g++
endif
-LIBS=-lfcgi -lboost_filesystem
+LIBS=-lfcgi -lboost_filesystem -lreichwein -lfmt
INCLUDES=-I.
-CXXFLAGS=-Wall -g -O2 -fPIC -std=c++17 -Wpedantic
-HEADERS=file.h
+CXXFLAGS=-Wall -g -O2 -fPIC -std=c++17 -Wpedantic -gdwarf-4
+HEADERS=
SOURCES=$(HEADERS:.h=.cpp)
OBJECTS=$(HEADERS:.h=.o)
TARGETS=downtube.fcgi