2f42abeb56
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
8 lines
88 B
Makefile
8 lines
88 B
Makefile
CFLAGS += -Wall
|
|
|
|
test: test.c wireguard.c wireguard.h
|
|
|
|
clean:
|
|
rm -f test
|
|
.PHONY: clean
|