Skip to content

Instantly share code, notes, and snippets.

View xoryouyou's full-sized avatar

Till von Ahnen xoryouyou

View GitHub Profile
@xoryouyou
xoryouyou / Makefile
Created February 16, 2012 16:23 — forked from 50m30n3/Makefile
Plasma
plasma.final: plasma.stripped.gz loader
cat loader plasma.stripped.gz > plasma.final
chmod +x plasma.final
wc -c plasma.final
plasma.stripped.gz: plasma.stripped
gzip -n -c --best < plasma.stripped > plasma.stripped.gz
advdef -z -4 plasma.stripped.gz
plasma.stripped: plasma