b3ad7360f551e1e3019d8cebf7f38f52a7963e32
[fw/sdcc] / sim / ucsim / gui.src / obsolete / portmon.src / conf.mk
1 # uCsim gui.src/portmon.src/conf.mk
2
3 #
4 # Makefile targets to remake configuration
5 #
6
7 freshconf: Makefile
8
9 Makefile: $(srcdir)/Makefile.in $(PRJDIR)/configure.in
10         cd $(PRJDIR) && $(SHELL) ./config.status
11
12 # End of gui.src/portmon.src/conf.mk