diff options
author | H. Peter Anvin <hpa@zytor.com> | 2006-09-12 20:50:54 -0700 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2006-09-12 20:50:54 -0700 |
commit | 39f4d1b9d435ed1dd033688509f92aeca235a95f (patch) | |
tree | 44d0b18c45aa72ccef0276f611e87dd006c1bcb0 /com32/samples/Makefile | |
parent | 945c3ef306e89e08798e99fe800406bf89d16ab8 (diff) | |
download | syslinux-elf-39f4d1b9d435ed1dd033688509f92aeca235a95f.tar.gz syslinux-elf-39f4d1b9d435ed1dd033688509f92aeca235a95f.tar.xz syslinux-elf-39f4d1b9d435ed1dd033688509f92aeca235a95f.zip |
vesainfo: program to dump all VESA modes
Diffstat (limited to 'com32/samples/Makefile')
-rw-r--r-- | com32/samples/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/com32/samples/Makefile b/com32/samples/Makefile index 214c0c71..213ae1a3 100644 --- a/com32/samples/Makefile +++ b/com32/samples/Makefile @@ -38,7 +38,7 @@ LNXLIBS = ../libutil/libutil_lnx.a .SUFFIXES: .lss .c .o .elf .c32 .lnx -all: hello.c32 cat.c32 resolv.c32 \ +all: hello.c32 cat.c32 resolv.c32 vesainfo.c32 \ fancyhello.c32 fancyhello.lnx \ keytest.c32 keytest.lnx \ |