profuse/Makefile

21 lines
286 B
Makefile

CC = g++
CPPFLAGS += -Wall -O2 -g
newfs_prodos: \
newfs_prodos.o \
Exception.o \
BlockDevice.o \
UniversalDiskImage.o \
DiskCopy42Image.o \
DavexDiskImage.o \
RawDevice.o \
MappedFile.o \
Buffer.o \
Entry.o \
Directory.o \
VolumeDirectory.o \
Bitmap.o \
DateTime.o