summaryrefslogtreecommitdiff
path: root/com32/modules/Makefile
diff options
context:
space:
mode:
authorhpa <hpa>2004-11-30 22:09:56 +0000
committerhpa <hpa>2004-11-30 22:09:56 +0000
commit7a8f0a4ab860f2ad0aa8255120d5d55942327d08 (patch)
tree50c64a5add7501f8a8738789a6f14a5c9a5f5737 /com32/modules/Makefile
parent65c7485dfdcbebe57194d8432439125a8c7ed797 (diff)
downloadsyslinux-2.12-pre2.tar.gz
Actually working ANSI device; add demosyslinux-2.12-pre2
Diffstat (limited to 'com32/modules/Makefile')
-rw-r--r--com32/modules/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/com32/modules/Makefile b/com32/modules/Makefile
index af72f6bd..cfd44b43 100644
--- a/com32/modules/Makefile
+++ b/com32/modules/Makefile
@@ -35,7 +35,7 @@ LIBGCC := $(shell $(CC) --print-libgcc)
.SUFFIXES: .lss .c .o .elf .c32
-all: hello.c32
+all: hello.c32 fancyhello.c32
.PRECIOUS: %.o
%.o: %.S