mirror of
https://github.com/eclipse-mosquitto/mosquitto.git
synced 2026-05-06 03:57:14 +02:00
11 lines
95 B
Makefile
11 lines
95 B
Makefile
.PHONY: all check test ptest clean
|
|
|
|
all :
|
|
|
|
check : test
|
|
ptest : test
|
|
test :
|
|
./test.sh
|
|
|
|
clean:
|