Testing it on Termux

This commit is contained in:
synt-xerror
2026-02-19 19:02:05 -03:00
parent e8b7cb97a3
commit a23637a2c8

View File

@@ -1,6 +1,6 @@
CFLAGS := $(shell pkg-config --cflags glib-2.0) CFLAGS := $(shell pkg-config --cflags glib-2.0)
LDFLAGS := $(shell pkg-config --libs glib-2.0) LDFLAGS := $(shell pkg-config --libs glib-2.0)
HOME := $($HOME) HOME := $(HOME)
task: task:
gcc -c toybox.c -o toybox.o gcc -c toybox.c -o toybox.o