taiga/Makefile.watcom
NishiOwO bc940fdee9
All checks were successful
pyrite-dev/taiga/pipeline/head This commit looks good
add theme
2026-03-09 00:09:35 +09:00

7 lines
116 B
Text

CC = owcc -bnt
DEFS = -DSTBI_NO_SIMD
E = .exe
AFTER = wrc -q -bt=nt src/taiga.rc taiga.exe
LIBS =
include Makefile