Testing it on Termux
This commit is contained in:
2
Makefile
2
Makefile
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user