diff options
author | Justus Winter <4winter@informatik.uni-hamburg.de> | 2013-11-28 11:20:40 +0100 |
---|---|---|
committer | Justus Winter <4winter@informatik.uni-hamburg.de> | 2013-12-16 11:33:24 +0100 |
commit | 4cf0e0e059f3b1593ab75e436f61a8a36a0c6cd6 (patch) | |
tree | d236c69012bdb5aa86d8adce86f37bb46dab73bc | |
parent | ecbbad03eaa4f1a27cf18e1642da5e14efebab96 (diff) | |
download | mig-4cf0e0e059f3b1593ab75e436f61a8a36a0c6cd6.tar.gz mig-4cf0e0e059f3b1593ab75e436f61a8a36a0c6cd6.tar.bz2 mig-4cf0e0e059f3b1593ab75e436f61a8a36a0c6cd6.zip |
Clean up generated sources
* Makefile (CLEANFILES): Add generated source files lexxer.c and parser.c.
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 33bc768..3e6dfcf 100644 --- a/Makefile.am +++ b/Makefile.am @@ -5,7 +5,7 @@ bin_SCRIPTS = mig EXTRA_DIST = gensym.awk cpu.sym -CLEANFILES = cpu.h *.sym[co] +CLEANFILES = cpu.h *.sym[co] lexxer.c parser.c AWK_V = $(AWK_V_$(V)) AWK_V_ = $(AWK_V_$(AM_DEFAULT_VERBOSITY)) |