summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorLouis Burda <quent.burda@gmail.com>2023-01-19 01:48:16 +0100
committerLouis Burda <quent.burda@gmail.com>2023-01-19 01:50:26 +0100
commit3f43dd1778c7ac8c09c3dc5612ac902c3a7ad84d (patch)
tree54367534d322feaf294bbd51d785ce066c8c27c9 /Makefile
parentf2ea010b8180b4160d85c92e312971d0cd8a34d4 (diff)
downloadcachepc-3f43dd1778c7ac8c09c3dc5612ac902c3a7ad84d.tar.gz
cachepc-3f43dd1778c7ac8c09c3dc5612ac902c3a7ad84d.zip
Many fixes, more precise single-stepping and more robust self-tests
Diffstat (limited to 'Makefile')
-rwxr-xr-xMakefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index ff49086..7b1abc9 100755
--- a/Makefile
+++ b/Makefile
@@ -22,6 +22,7 @@ all: build $(BINS)
clean:
$(MAKE) -C $(LINUX) clean M=arch/x86/kvm
$(MAKE) -C $(LINUX) clean M=crypto
+ rm -f cachepc/*.o
rm -f $(BINS)
$(LINUX)/arch/x86/kvm/cachepc: