summaryrefslogtreecommitdiff
path: root/sim/ucsim/st7.src/conf.mk
blob: 0b5bc843314e5bb322ef889579a490b21efc3817 (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 st7.src/conf.mk