diff options
| author | Alexey Zaytsev <alexey.zaytsev@gmail.com> | 2008-07-18 01:31:03 +0400 |
|---|---|---|
| committer | Alexey Zaytsev <zaytsev.a@protei.ru> | 2008-07-18 01:31:03 +0400 |
| commit | 8a6c50ab41ebffd9c68e08c05106d1df38dcc861 (patch) | |
| tree | 33081f35733cf0bbe7793e3994e3dc1f09806b85 /com32/Makefile | |
| parent | e45ae9d5a7cfe542225903cd0a82393de395e83d (diff) | |
| download | syslinux-8a6c50ab41ebffd9c68e08c05106d1df38dcc861.tar.gz | |
Add lua to the build list
Signed-off-by: Alexey Zaytsev <zaytsev.a@protei.ru>
Diffstat (limited to 'com32/Makefile')
| -rw-r--r-- | com32/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/com32/Makefile b/com32/Makefile index bfb8e3a6..5d1ff449 100644 --- a/com32/Makefile +++ b/com32/Makefile @@ -1,4 +1,4 @@ -SUBDIRS = lib libutil modules menu samples +SUBDIRS = lib libutil modules menu samples lua/src all tidy dist clean spotless install: set -e; for d in $(SUBDIRS); do $(MAKE) -C $$d $@; done |
