6 lines
93 B
Makefile
6 lines
93 B
Makefile
all: main.c strtoui.h
|
|
gcc -Wall main.c strtoui.h -o chars -lsodium
|
|
|
|
clean:
|
|
rm chars main.o
|