5 lines
72 B
Makefile
5 lines
72 B
Makefile
|
deaacs : main.c
|
||
|
cc -o deaacs main.c -lbluray -laacs
|
||
|
clean :
|
||
|
rm deaacs
|