diff options
author | H. Peter Anvin <hpa@zytor.com> | 2008-02-10 22:26:06 -0800 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2008-02-10 22:26:06 -0800 |
commit | 9fd7fad275a23cdfad680f56d1199acab675ef2a (patch) | |
tree | f1f70293c6f78c8e4a433cdbe95a3b4f942a4bb6 /com32/Makefile | |
parent | 55bf6f17d1e646580342bda77d15878e293faad7 (diff) | |
download | syslinux-elf-9fd7fad275a23cdfad680f56d1199acab675ef2a.tar.gz syslinux-elf-9fd7fad275a23cdfad680f56d1199acab675ef2a.tar.xz syslinux-elf-9fd7fad275a23cdfad680f56d1199acab675ef2a.zip |
Simple menu system: move to dedicated subdirectory
Move the simple menu system into its own subdirectory, to make it more
obvious which source files are part of it.
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 090ea93e..32d73563 100644 --- a/com32/Makefile +++ b/com32/Makefile @@ -1,4 +1,4 @@ -SUBDIRS = lib libutil modules samples +SUBDIRS = lib libutil modules menu samples all tidy clean spotless install: set -e; for d in $(SUBDIRS); do $(MAKE) -C $$d $@; done |