mirror of
https://github.com/lz4/lz4.git
synced 2024-11-23 18:04:05 +08:00
31d477db07
Fixes #852.
8 lines
185 B
Makefile
Executable File
8 lines
185 B
Makefile
Executable File
#!/usr/bin/make -f
|
|
|
|
include /usr/share/cdbs/1/rules/debhelper.mk
|
|
include /usr/share/cdbs/1/class/cmake.mk
|
|
|
|
|
|
DEB_CMAKE_EXTRA_FLAGS := -DCMAKE_BUILD_TYPE=RelWithDebInfo ../../build/cmake
|