2d4ce573d9b6e9929d5c2c2481f64bf105b62031 kent Sun Dec 20 16:06:34 2020 -0800 Adding making 'clean' rule work and adding to parent makefile again. diff --git src/utils/clusterMatrixToBarchartBed/tests/makefile src/utils/clusterMatrixToBarchartBed/tests/makefile index 60cb358..47f6bfa 100644 --- src/utils/clusterMatrixToBarchartBed/tests/makefile +++ src/utils/clusterMatrixToBarchartBed/tests/makefile @@ -1,4 +1,7 @@ test:: @printf "\ntest1: basic test\n" clusterMatrixToBarchartBed test.meta test.matrix test.coords test.output diff test.expected test.output + +clean:: + rm -f test.output