Skip to content

Instantly share code, notes, and snippets.

@atirut-w
Created September 12, 2021 04:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save atirut-w/b8981bc5777d827f2e8fadb210210dad to your computer and use it in GitHub Desktop.
Save atirut-w/b8981bc5777d827f2e8fadb210210dad to your computer and use it in GitHub Desktop.
Boilerplate GNOME Builder Makefile
# Boilerplate Makefile for GNOME Builder.
#
# Please note that if you run your project after making changes without manually rebuilding it, GNOME Builder will do it for you.
#
# The install target seem to only be executed when you run your project for the first time after opening it.
build:
clean:
install:
run:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment