Files
@ a708b9be382d
Branch filter:
Location: AENC/switchchain/cpp/Makefile - annotation
a708b9be382d
390 B
text/x-makefile
Merge branch 'master' of https://scm.cwi.nl/AC/switchchain
257995a65b71 c8ca6f9c1b20 c8ca6f9c1b20 c8ca6f9c1b20 257995a65b71 c8ca6f9c1b20 9905828198ec 3ee9a77f1735 9905828198ec 9905828198ec c8ca6f9c1b20 c8ca6f9c1b20 9905828198ec 9905828198ec 9905828198ec 9905828198ec 9905828198ec 9905828198ec 9905828198ec 3ee9a77f1735 3ee9a77f1735 3ee9a77f1735 c8ca6f9c1b20 c8ca6f9c1b20 c8ca6f9c1b20 c8ca6f9c1b20 | #CXX=clang++
INCLUDES += -I.
CXXFLAGS += -std=c++14 -O3 -Wall -Wextra -Wfatal-errors -Werror -pedantic -Wno-deprecated-declarations $(INCLUDES)
all: switchchain switchchain_exponent switchchain_initialtris switchchain_dsp
switchchain:
switchchain_exponent:
switchchain_initialtris:
switchchain_dsp:
# target : dep1 dep2 dep3
# $@ = target
# $< = dep1
# $^ = dep1 dep2 dep3
|