2 lines
86 B
Makefile
2 lines
86 B
Makefile
all:
|
|
gcc main.c structs.h serialization.c serialization.h -o gojrt -Wall -std=c23 -g
|