gbdk-releases/sdcc/src/conf.mk

11 lines
184 B
Makefile
Raw Permalink Normal View History

2015-01-10 16:25:06 +01:00
#
# Makefile targets to remake configuration
#
freshconf: Makefile
Makefile: $(srcdir)/Makefile.in $(PRJDIR)/configure.in
cd $(PRJDIR) && $(SHELL) ./config.status
# End of conf.mk