cachepc-qemu

Fork of AMDESE/qemu with changes for cachepc side-channel attack
git clone https://git.sinitax.com/sinitax/cachepc-qemu
Log | Files | Refs | Submodules | LICENSE | sfeed.txt

Makefile (114B)


      1
      2CLEANFILES= *.out.bad *.notrun check.log check.time*
      3
      4# no default target
      5default:
      6
      7clean:
      8	rm -f $(CLEANFILES)
      9