diff options
Diffstat (limited to 'com32/samples/Makefile')
-rw-r--r-- | com32/samples/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/com32/samples/Makefile b/com32/samples/Makefile index e14e08f1..197e9114 100644 --- a/com32/samples/Makefile +++ b/com32/samples/Makefile @@ -45,6 +45,7 @@ all: hello.c32 cat.c32 resolv.c32 vesainfo.c32 serialinfo.c32 \ localboot.c32 \ fancyhello.c32 fancyhello.lnx \ keytest.c32 keytest.lnx \ + advdump.c32 .PRECIOUS: %.o %.o: %.S |