summaryrefslogtreecommitdiff
path: root/sim/ucsim/hc08.src/conf.mk
blob: 0ae1deaddfc95383b88968a548b621ef4c76b3c7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
#
# Makefile targets to remake configuration
#

freshconf: Makefile

Makefile: $(srcdir)/Makefile.in $(top_srcdir)/configure.ac
	cd $(top_builddir) && $(SHELL) ./config.status

# End of hc08.src/conf.mk