Skip to content

Instantly share code, notes, and snippets.

View Jamie-Cui's full-sized avatar
🤠
2026 is coming

Jamie Cui Jamie-Cui

🤠
2026 is coming
View GitHub Profile
@Jamie-Cui
Jamie-Cui / Makefile
Created August 14, 2025 13:25 — forked from alexedwards/Makefile
Boilerplate Makefile for Go projects
# Change these variables as necessary.
main_package_path = ./cmd/example
binary_name = example
# ==================================================================================== #
# HELPERS
# ==================================================================================== #
## help: print this help message
.PHONY: help
#!/bin/bash
if ! [ $# -eq 1 ]; then
echo "Usage: $0 <node-name>"
exit 1
fi
# Make sure you have all dependencies:
# yum -y install libguestfs-tools virt-install