mirror of
https://github.com/number571/go-peer.git
synced 2026-09-14 11:05:42 +05:00
8 lines
161 B
Makefile
8 lines
161 B
Makefile
.PHONY: default clean
|
|
default: clean
|
|
clean:
|
|
make -C ./anonymity clean
|
|
make -C ./encryptor clean
|
|
make -C ./secpy_chat clean
|
|
make -C ./traffic_actions clean
|