5 lines
47 B
Makefile
5 lines
47 B
Makefile
|
|
||
|
build:
|
||
|
gcc main.c basic.c full.c -o pride-c
|
||
|
|