This repository has been archived on 2024-01-23. You can view files and clone it, but cannot push or open issues or pull requests.
wireguard-tools/contrib/embeddable-wg-library/Makefile

8 lines
88 B
Makefile

CFLAGS += -Wall
test: test.c wireguard.c wireguard.h
clean:
rm -f test
.PHONY: clean