@@ -1 +1,12 @@
gcc task.c $(pkg-config --cflags --libs glib-2.0) -o task
CFLAGS := $(shell pkg-config --cflags glib-2.0)
LDFLAGS := $(shell pkg-config --libs glib-2.0)
HOME := $($HOME)
task:
gcc task.c $(CFLAGS) -o task $(LDFLAGS)
clean:
rm task
install:
mv task /usr/local/bin
The note is not visible to the blocked user.