* src/SDCC.lex: fixed bug #1852894: # character hangs the compiler
[fw/sdcc] / as / mcs51 / conf.mk
1 #
2 # Makefile targets to remake configuration
3 #
4
5 freshconf: Makefile
6
7 Makefile: $(srcdir)/Makefile.in $(top_srcdir)/configure.in
8         cd $(top_prjdir) && $(SHELL) ./config.status
9
10 # End of conf.mk