3
0
mirror of https://github.com/Qortal/Brooklyn.git synced 2025-02-13 10:45:54 +00:00

9 lines
153 B
Makefile
Raw Normal View History

2021-09-23 21:59:15 +05:00
CFLAGS = -O3 -m64 -I./include
2021-05-27 00:09:36 +05:00
TEST_GEN_FILES := gzfht_test gunz_test
TEST_PROGS := nx-gzip-test.sh
include ../../lib.mk
2021-09-23 21:59:15 +05:00
$(TEST_GEN_FILES): gzip_vas.c