summaryrefslogtreecommitdiff
path: root/sample/Makefile
diff options
context:
space:
mode:
authorhpa <hpa>2003-11-10 19:29:50 +0000
committerhpa <hpa>2003-11-10 19:29:50 +0000
commitd5e75bb5c1edd17e54761d0b534ef3a75bc26710 (patch)
treeca497e61382c1074c29b1b37834b13feca03f622 /sample/Makefile
parentc74911057c187678826796b0aedab4913b639379 (diff)
downloadsyslinux-d5e75bb5c1edd17e54761d0b534ef3a75bc26710.tar.gz
Test for the OPEN API command
Diffstat (limited to 'sample/Makefile')
-rw-r--r--sample/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sample/Makefile b/sample/Makefile
index 5626d131..ad8626ec 100644
--- a/sample/Makefile
+++ b/sample/Makefile
@@ -25,7 +25,7 @@ PPMTOLSS16 = ../ppmtolss16
.SUFFIXES: .lss .c .o .elf .c32
-all: syslogo.lss hello.c32 hello2.c32
+all: syslogo.lss hello.c32 hello2.c32 opentest.c32
%.o: %.S
$(CC) $(SFLAGS) -c -o $@ $<