wireguard-tools/contrib/embeddable-wg-library/Makefile

8 lines
88 B
Makefile
Raw Normal View History

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