blob: 5a98f22b1e052d985aff14493562db26e644b63a (
plain)
1
2
3
4
5
6
7
8
9
|
# Define additional MSDOS specific build recipes.
#
# Executables
%$E : %$O ; $(CC) $(LDFLAGS) -o$@ $< $(LDLIBS)
%$O : %$S ; $(AS) $(ASFLAGS) $(<:s,/,\)
# Process release-specific refinements, if any.
.INCLUDE .NOINFER .IGNORE : $(INCFILENAME:d)$(OSRELEASE)$/recipes.mk
|