cachepc-linux

Fork of AMDESE/linux with modifications for CachePC side-channel attack
git clone https://git.sinitax.com/sinitax/cachepc-linux
Log | Files | Refs | README | LICENSE | sfeed.txt

Makefile (177B)


      1CFLAGS = -O3 -m64 -I./include -I../include
      2
      3TEST_GEN_FILES := gzfht_test gunz_test
      4TEST_PROGS := nx-gzip-test.sh
      5
      6include ../../lib.mk
      7
      8$(TEST_GEN_FILES): gzip_vas.c ../utils.c