diff options
author | Mattias Andrée <maandree@kth.se> | 2022-07-21 17:24:10 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2022-07-21 17:24:10 +0200 |
commit | 8602df60ad189c73464bbf6b6918b538da43a22e (patch) | |
tree | 10c108bf8ae4df13210d6c7bd3b2f393b6b9f612 /config.mk | |
parent | update dist (diff) | |
download | libgammamm-8602df60ad189c73464bbf6b6918b538da43a22e.tar.gz libgammamm-8602df60ad189c73464bbf6b6918b538da43a22e.tar.bz2 libgammamm-8602df60ad189c73464bbf6b6918b538da43a22e.tar.xz |
Change license, improve makefile, remove dist/
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'config.mk')
-rw-r--r-- | config.mk | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/config.mk b/config.mk new file mode 100644 index 0000000..793d086 --- /dev/null +++ b/config.mk @@ -0,0 +1,8 @@ +PREFIX = /usr +PKGCONFIGDIR = $(PREFIX)/lib/pkgconfig + +CXX = c++ -std=c++11 + +CPPFLAGS = +CXXFLAGS = -Wall -O3 +LDFLAGS = -lgamma |