Files
mud/Makefile
2019-10-05 14:36:31 +00:00

9 lines
82 B
Makefile

CFLAGS=-march=native -O2
LDLIBS=-lsodium
test:
.PHONY: clean
clean:
rm -f test