5 lines
55 B
Makefile
5 lines
55 B
Makefile
|
all:
|
||
|
gcc -o randMus randMus.c
|
||
|
run:
|
||
|
./randMus | aplay
|