mirror of
https://github.com/Qortal/Brooklyn.git
synced 2025-02-01 07:42:18 +00:00
9 lines
153 B
Makefile
9 lines
153 B
Makefile
|
CFLAGS = -O3 -m64 -I./include
|
||
|
|
||
|
TEST_GEN_FILES := gzfht_test gunz_test
|
||
|
TEST_PROGS := nx-gzip-test.sh
|
||
|
|
||
|
include ../../lib.mk
|
||
|
|
||
|
$(TEST_GEN_FILES): gzip_vas.c
|