10 lines
290 B
Makefile
10 lines
290 B
Makefile
|
# Define additional MSDOS specific build recipes.
|
||
|
#
|
||
|
|
||
|
# Executables
|
||
|
%$E .SWAP : %$O ; $(CC) $(LDFLAGS) -o$@ $< $(LDLIBS)
|
||
|
%$O : %$S ; $(AS) $(ASFLAGS) $(<:s,/,\)
|
||
|
|
||
|
# Process release-specific refinements, if any.
|
||
|
.INCLUDE .NOINFER .IGNORE : $(INCFILENAME:d)$(OSRELEASE)$/recipes.mk
|