diff options
Diffstat (limited to 'com32/modules/Makefile')
-rw-r--r-- | com32/modules/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/com32/modules/Makefile b/com32/modules/Makefile index 7f24159d..971dc95c 100644 --- a/com32/modules/Makefile +++ b/com32/modules/Makefile @@ -39,7 +39,10 @@ LNXLIBS = ../libutil/libutil_lnx.a .SUFFIXES: .lss .c .o .elf .c32 .lnx -all: hello.c32 fancyhello.c32 fancyhello.lnx keytest.c32 keytest.lnx +all: hello.c32 \ + fancyhello.c32 fancyhello.lnx \ + keytest.c32 keytest.lnx \ + chain.c32 .PRECIOUS: %.o %.o: %.S |