]> git.gag.com Git - fw/sdcc/blob - device/include/conf.mk
* device/lib/vprintf.c (vsprintf): minor optimization, see bug #801101
[fw/sdcc] / device / include / conf.mk
1 #
2 # Makefile targets to remake configuration
3 #
4
5 freshconf: Makefile
6
7 Makefile: $(srcdir)/Makefile.in $(PRJDIR)/configure.in
8         cd $(PRJDIR) && $(SHELL) ./config.status
9
10 # End of conf.mk