Add Makefile

This commit is contained in:
Les De Ridder 2017-03-07 02:45:49 +01:00
parent 379d43f3a3
commit 690ce97b29
No known key found for this signature in database
GPG Key ID: 5EC132DFA85DB372
1 changed files with 4 additions and 0 deletions

4
Makefile Normal file
View File

@ -0,0 +1,4 @@
deaacs : main.c
cc -o deaacs main.c -lbluray -laacs
clean :
rm deaacs