blob: 63d76318683a29e809f95fce7b47c5f7e5b09632 [file] [log] [blame]
CFLAGS += -Wall
test: test.c wireguard.c wireguard.h
clean:
rm -f test
.PHONY: clean