Skip to content

Instantly share code, notes, and snippets.

@vic3t3chn0
Created October 7, 2023 09:18
Show Gist options
  • Save vic3t3chn0/313707f0372c6b89ac598181716060b4 to your computer and use it in GitHub Desktop.
Save vic3t3chn0/313707f0372c6b89ac598181716060b4 to your computer and use it in GitHub Desktop.
makefile v1
all:
world
#clean:
# rm example-0
# Para despues / for after, for libs
world:
rm example-0 && gcc `pkg-config --cflags gtk+-3.0` -o example-0 mainwindow.cc `pkg-config --libs gtk+-3.0`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment