A fork of the cSID music player by Hermit, currently aiming to improve the presentation of the source code.

[[ 🗃 ^wEGLr csid ]] :: [📥 Inbox] [📤 Outbox] [🐤 Followers] [🤝 Collaborators] [🛠 Changes]

Clone

HTTPS: darcs clone https://vervis.peers.community/repos/wEGLr

SSH: darcs clone USERNAME@vervis.peers.community:wEGLr

Tags

TODO

Makefile

all: csid.c
	gcc csid.c -s -o csid `sdl-config --cflags --libs` -lm # -lSDL

clean:
	rm csid

install: 
	cp csid /usr/local/bin

[See repo JSON]