o get mmap image working

This commit is contained in:
David Voswinkel
2009-05-24 20:28:10 +02:00
parent c8afff5630
commit ce5d1de968
5 changed files with 56 additions and 32 deletions

View File

@@ -14,4 +14,5 @@ $(bin): $(objs)
gcc $(cflags) -c $<
clean:
rm $(bin) *.o