diff options
author | hpa <hpa> | 2004-12-01 02:44:34 +0000 |
---|---|---|
committer | hpa <hpa> | 2004-12-01 02:44:34 +0000 |
commit | 70832b411a726871652ec66b33182fdff7270310 (patch) | |
tree | f4adc51908868434b444f4f36543eb790b11d855 /com32/modules | |
parent | 01c67843bd343499406dd79c7ab8660bcc4b33c6 (diff) | |
download | syslinux-70832b411a726871652ec66b33182fdff7270310.tar.gz syslinux-70832b411a726871652ec66b33182fdff7270310.tar.xz syslinux-70832b411a726871652ec66b33182fdff7270310.zip |
Library to decode console codes; demo program
Diffstat (limited to 'com32/modules')
-rw-r--r-- | com32/modules/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/com32/modules/Makefile b/com32/modules/Makefile index f02a5143..7f24159d 100644 --- a/com32/modules/Makefile +++ b/com32/modules/Makefile @@ -39,7 +39,7 @@ LNXLIBS = ../libutil/libutil_lnx.a .SUFFIXES: .lss .c .o .elf .c32 .lnx -all: hello.c32 fancyhello.c32 fancyhello.lnx +all: hello.c32 fancyhello.c32 fancyhello.lnx keytest.c32 keytest.lnx .PRECIOUS: %.o %.o: %.S |