sdcc-gas/sim/ucsim/s51.src/conf.mk

12 lines
226 B
Makefile

# uCsim s51.src/conf.mk
#
# Makefile targets to remake configuration
#
freshconf: Makefile
Makefile: $(srcdir)/Makefile.in $(top_srcdir)/configure.ac
cd $(top_builddir) && $(SHELL) ./config.status
# End of s51.src/conf.mk