Add /programs/games/fridge to autobuld.

git-svn-id: svn://kolibrios.org@8316 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
2020-12-03 17:48:03 +00:00
parent 818c477d6f
commit 8f1d0172f6
2 changed files with 5 additions and 3 deletions

View File

@@ -1,2 +1,2 @@
if tup.getconfig("NO_FASM") ~= "" then return end
tup.foreach_rule("*.asm", "fasm %f %o", "../OBJ/%B.obj")
tup.foreach_rule("*.asm", "fasm %f %o", {"../OBJ/%B.o", "../OBJ/<C_Layer>"})