Files
random-chars/Makefile
2019-10-13 18:59:52 -03:00

6 lines
86 B
Makefile

all: main.c strtoui.h
gcc -Wall main.c strtoui.h -o chars -lsodium
clean:
rm chars