forked from byte8192/test
2 lines
63 B
Makefile
2 lines
63 B
Makefile
all:
|
|
gcc -Wall -Wextra -pedantic -Werror -o executable main.c
|