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