3 regels
77 B
Makefile
3 regels
77 B
Makefile
all: adhocify.c
|
|
gcc adhocify.c -std=c99 -Wall -Wextra -pedantic -o adhocify
|