mirror of
https://github.com/amnezia-vpn/amneziawg-tools.git
synced 2025-07-31 17:02:50 +02:00
7 lines
88 B
Makefile
7 lines
88 B
Makefile
CFLAGS += -Wall
|
|
|
|
test: test.c wireguard.c wireguard.h
|
|
|
|
clean:
|
|
rm -f test
|
|
.PHONY: clean
|