diff --git a/Makefile b/Makefile index c2a9aaf..8fbf4b6 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ CFLAGS := $(shell pkg-config --cflags glib-2.0) LDFLAGS := $(shell pkg-config --libs glib-2.0) -HOME := $($HOME) +HOME := $(HOME) task: gcc -c toybox.c -o toybox.o