mosquitto/test/client/Makefile

11 lines
95 B
Makefile
Raw Normal View History

2020-10-14 09:17:49 +00:00
.PHONY: all check test ptest clean
all :
check : test
ptest : test
test :
./test.sh
clean: