mirror of https://github.com/yasm/yasm.git
parent
1edf8f8119
commit
83abfe0c72
3 changed files with 19 additions and 0 deletions
@ -0,0 +1,6 @@ |
||||
# $IdPath$ |
||||
|
||||
EXTRA_DIST += \ |
||||
tools/Makefile.inc |
||||
|
||||
include tools/lemon/Makefile.inc |
@ -0,0 +1,12 @@ |
||||
# $IdPath$ |
||||
|
||||
noinst_PROGRAMS = lemon |
||||
|
||||
lemon_SOURCES = \ |
||||
tools/lemon/lemon.c |
||||
|
||||
EXTRA_DIST += \ |
||||
tools/lemon/Makefile.inc \ |
||||
tools/lemon/lemon.html \ |
||||
tools/lemon/lempar.c \ |
||||
tools/lemon/README |
Loading…
Reference in new issue