version 0.2.39: fix of arith insts and start of re-structure
[fw/sdcc] / sim / ucsim / gui.src / 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