From 3298b411cfce0a4a44cfc3bb3033a1e2c476a6e0 Mon Sep 17 00:00:00 2001 From: Dmitry Selyutin Date: Wed, 20 Sep 2023 22:07:19 +0300 Subject: [PATCH] Makefile: trim redundant whitespaces --- Makefile | 9 +-------- caveat/Makefile | 2 -- erised/Makefile | 3 --- 3 files changed, 1 insertion(+), 13 deletions(-) diff --git a/Makefile b/Makefile index b40b6a0..f0dc9a1 100644 --- a/Makefile +++ b/Makefile @@ -2,6 +2,7 @@ nothing: echo "clean, tarball, install?" + clean: rm -f $(HOME)/lib/libcava.a $(HOME)/lib/softfloat.a *~ ./#*# ( cd softfloat/build/Linux-x86_64-GCC; rm -f softfloat.a *.o ) @@ -11,9 +12,6 @@ clean: make -C traceinfo clean make -C erised clean -# (cd $(HOME)/bin; rm -f caveat cachesim pipesim traceinfo ) - - tarball: clean ( cd ..; tar -czvf cavatools.tgz cavatools ) @@ -28,8 +26,3 @@ install: make -C traceinfo install make -C erised install make -C utilities/softpipe install - - - - - diff --git a/caveat/Makefile b/caveat/Makefile index 75f8cf9..cac0a0b 100644 --- a/caveat/Makefile +++ b/caveat/Makefile @@ -84,5 +84,3 @@ opcodes.h opcodes_attr.h decode_insn.h execute_insn.h disasm_insn.h constants.c: ecall_nums.h: make_ecall_tbl.py python3 make_ecall_tbl.py - - diff --git a/erised/Makefile b/erised/Makefile index 2b58990..8a923c0 100644 --- a/erised/Makefile +++ b/erised/Makefile @@ -23,6 +23,3 @@ install: erised .PHONY: clean: rm -f erised *.o *~ ./#*# - - - -- 2.30.2