# generic Makefile to be copied and edited for new subdirs

SUBDIRS = mkern boot a_out elf test

# SRCFILES += {put header files here}
# SRCFILES += {put source files here}
# XFILES += {put Shag/OS executables (.x files) here}
# RXFILES += {put relocatable Shag/OS executables here}
# LXFILES += {put local executables (for the native machine) here}
# TARGETS += {put other targets to be built here}


# {target}.x: $(target.x_OBJS)

# {target}.rx: $(target.rx_OBJS)

# {target}: $(target_OBJS)

