dotfiles/.bash_it/vendor/github.com/erichs/composure/Makefile
2022-02-27 20:00:49 +01:00

11 lines
124 B
Makefile

TARGET = tests
all: $(TARGET)
tests:
cd test && make tests
clean::
rm -f test/*~ test/t/*~
rm -rf test/composure_test