Makefile: trim redundant whitespaces
authorDmitry Selyutin <ghostmansd@gmail.com>
Wed, 20 Sep 2023 19:07:19 +0000 (22:07 +0300)
committerDmitry Selyutin <ghostmansd@gmail.com>
Wed, 20 Sep 2023 19:07:19 +0000 (22:07 +0300)
Makefile
caveat/Makefile
erised/Makefile

index b40b6a0d4cffb9fd3988c7e3ef93cd78ea12c8aa..f0dc9a11695e2e8c2802befaf7bb64534d33ec5f 100644 (file)
--- 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
-
-
-
-
-
index 75f8cf9b5147eb4bbaba0c4702b726257e060bf0..cac0a0bba6bf49e0fabd5f45db41596722554ade 100644 (file)
@@ -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
-
-
index 2b589900b4128fb0eaba18a36e7432336cd82a70..8a923c06fc467fadf57b2ea3826572f5b0ddca6f 100644 (file)
@@ -23,6 +23,3 @@ install:  erised
 .PHONY:
 clean:
        rm -f erised *.o *~ ./#*#
-
-
-