summaryrefslogtreecommitdiff
path: root/sim/ucsim/s51.src/conf.mk
blob: 6f02f955b2d83dc7dceaee91a3230cf88418da8f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
# 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