Ground-Zerro / Phobos Public
Code Issues Pull requests Actions Releases View on GitHub ↗
88 B makefile
CFLAGS += -Wall

test: test.c wireguard.c wireguard.h

clean:
	rm -f test
.PHONY: clean