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

cleanup.sh (401B)


      1#!/bin/sh
      2# SPDX-License-Identifier: GPL-2.0
      3
      4if [ -r Makefile ]; then
      5	make distclean
      6fi
      7
      8FILES="aclocal.m4 autom4te.cache compile config.guess config.h.in config.log \
      9       config.status config.sub configure cscope.out depcomp install-sh      \
     10       libsrc/Makefile libsrc/Makefile.in libtool ltmain.sh Makefile         \
     11       Makefile.in missing src/Makefile src/Makefile.in"
     12
     13rm -vRf $FILES