forked from Qortal/Brooklyn
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
|