update tupfile
Some checks failed
Build system / Check kernel codestyle (pull_request) Successful in 50s
Build system / Build (pull_request) Failing after 1m46s

This commit is contained in:
2026-02-02 23:57:02 +04:00
parent 8e006128c8
commit f67c7557e9
3 changed files with 1 additions and 8 deletions

View File

@@ -1,2 +1,2 @@
if tup.getconfig("NO_FASM") ~= "" then return end
tup.rule("snake.asm", "fasm %f %o " .. tup.getconfig("KPACK_CMD"), "snake")
tup.rule("snake.asm", FASM .. " -dlang=" .. tup.getconfig("LANG") .. " %f %o" .. tup.getconfig("KPACK_CMD"), "snake")

View File

@@ -1,5 +0,0 @@
@erase lang.inc
@echo lang fix en_US >lang.inc
@fasm snake.asm snake
@erase lang.inc
@pause

View File

@@ -1,2 +0,0 @@
snake : snake.asm first_menu.asm level.asm pause.asm game_over.asm
fasm snake.asm snake