This file contains hidden or 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
GIMP Palette | |
Name: C64 Palette | |
Columns: 0 | |
# https://www.c64-wiki.com/wiki/Color | |
0 0 0 Untitled | |
255 255 255 Untitled | |
136 0 0 Untitled | |
170 255 238 Untitled | |
204 68 204 Untitled | |
0 204 85 Untitled |
This file contains hidden or 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
## | |
# Base Makefile with ability to list targets | |
# | |
.PHONY: help about list targets | |
ME := $(realpath $(firstword $(MAKEFILE_LIST))) | |
# Contains trailing '/' | |
# | |
PWD := $(dir $(ME)) |
This file contains hidden or 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
## | |
# Makefile to help manage docker-compose services | |
# | |
# Built on list_targets-Makefile: | |
# | |
# https://gist.github.com/iNamik/73fd1081fe299e3bc897d613179e4aee | |
# | |
.PHONY: help about args list targets services build up down rebuild clean start status ps logs stop restart sh bash shell | |
# If you need sudo to execute docker, then udpate these aliases |
OlderNewer