Files

6 lines
86 B
Makefile

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