Created
September 12, 2021 04:22
-
-
Save atirut-w/b8981bc5777d827f2e8fadb210210dad to your computer and use it in GitHub Desktop.
Boilerplate GNOME Builder Makefile
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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