home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
NeXTSTEP 3.2 (Developer)
/
NS_dev_3.2.iso
/
NextDeveloper
/
Examples
/
UNIX
/
SCSI_CD
/
Makefile
< prev
next >
Wrap
Makefile
|
1993-08-20
|
193b
|
12 lines
#initial Makefile for SCSI CD Audio Example
CFILES = scsi_commands.c cd_commands.c
HFILES = scsi_commands.h cd_commands.h myflags.h
all: $(CFILES) $(HFILES)
cc -c $(CFILES)
clean:
rm *.o