Skip to content
Snippets Groups Projects
Commit 706399df authored by Peter Gerwinski's avatar Peter Gerwinski
Browse files

$(...) in Makefiles

parent 07dd577d
No related branches found
No related tags found
No related merge requests found
hello-gtk: hello-gtk.c
gcc -Wall -O $(pkg-config --cflags gtk+-3.0) hello-gtk.c $(pkg-config --libs gtk+-3.0) -lm -o hello-gtk
hello-gtk: hello-gtk.c
gcc -Wall -O $(shell pkg-config --cflags gtk+-3.0) hello-gtk.c $(shell pkg-config --libs gtk+-3.0) -lm -o hello-gtk
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment