add bash-it
This commit is contained in:
+10
@@ -0,0 +1,10 @@
|
||||
|
||||
TARGET = tests
|
||||
all: $(TARGET)
|
||||
|
||||
tests:
|
||||
cd test && make tests
|
||||
|
||||
clean::
|
||||
rm -f test/*~ test/t/*~
|
||||
rm -rf test/composure_test
|
||||
Reference in New Issue
Block a user