aboutsummaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorJavier <dev.git@javispedro.com>2026-09-05 00:14:51 +0200
committerJavier <dev.git@javispedro.com>2026-09-05 00:14:51 +0200
commita8a4256bca568f328d7d19ed0ed6456df582d1e6 (patch)
tree778a9650a059b228aa72527540c4a875769a3fe5 /makefile
parent1b9e3118374a13dc12652d87b1dd3d1ccfecbbf3 (diff)
downloadvbados-a8a4256bca568f328d7d19ed0ed6456df582d1e6.tar.gz
vbados-a8a4256bca568f328d7d19ed0ed6456df582d1e6.zip
remove unused code
Diffstat (limited to 'makefile')
-rw-r--r--makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/makefile b/makefile
index 1383c12..efa98a3 100644
--- a/makefile
+++ b/makefile
@@ -124,7 +124,6 @@ flp: vbados.flp $(bins) $(infs) .SYMBOLIC
# Build a zip with the driver binaries
zip: vbmouse.exe vbmouse.drv oemsetup.inf vbsf.exe .SYMBOLIC
- zip --DOS-names -fz- -j vbados.zip nls/vbsf.* nls/vbmouse.*
zip --DOS-names -fz- vbados.zip $(bins) $(infs)
srczip: .SYMBOLIC