Brooklyn/tools/testing/selftests/powerpc/nx-gzip/Makefile

9 lines
177 B
Makefile
Raw Normal View History

2021-07-22 16:18:54 +00:00
CFLAGS = -O3 -m64 -I./include -I../include
2021-05-26 19:09:36 +00:00
TEST_GEN_FILES := gzfht_test gunz_test
TEST_PROGS := nx-gzip-test.sh
include ../../lib.mk
2021-07-22 16:18:54 +00:00
$(TEST_GEN_FILES): gzip_vas.c ../utils.c