Handle subdirectories

This commit is contained in:
H. Peter Anvin 2003-08-29 18:57:50 +00:00
parent 6ca1f9e21c
commit 3f62008ec2

View file

@ -28,7 +28,7 @@ mandir = $(prefix)/man
.SUFFIXES: .c .o .h .mac .pl
.c.o:
$(CC) -c $(CFLAGS) $<
$(CC) -c $(CFLAGS) -o $*.o $<
NASM = nasm.o nasmlib.o float.o insnsa.o assemble.o labels.o \
parser.o outform.o output/outbin.o output/outaout.o \