# Makefile for base33d by: Kirkov. Released at DH01.
base33d : base33d.c ll.c ll.h llgl.h
	gcc base33d.c ll.c -lGL -o base33d
	mv base33d data/
