Add simple program to show CD-type and filesystem determination.
cd-info.c: minor code cleanups.
This commit is contained in:
9
example/Makefile
Normal file
9
example/Makefile
Normal file
@@ -0,0 +1,9 @@
|
||||
all: sample1 sample2 sample3
|
||||
sample1: sample1.c
|
||||
gcc -Wall $< -l cdio -o $@
|
||||
sample2: sample2.c
|
||||
gcc -Wall $< -l cdio -o $@
|
||||
|
||||
sample3: sample3.c
|
||||
gcc -Wall $< -l cdio -o $@
|
||||
|
||||
Reference in New Issue
Block a user