diff old/framebuffer/Makefile @ 981:a193a851b5e3

add double buffering frame device
author root@henri.cr.ie.u-ryukyu.ac.jp
date Thu, 30 Sep 2010 23:54:08 +0900
parents 4ce73df9ac61
children b29547a5b85b
line wrap: on
line diff
--- a/old/framebuffer/Makefile	Thu Sep 30 22:50:35 2010 +0900
+++ b/old/framebuffer/Makefile	Thu Sep 30 23:54:08 2010 +0900
@@ -6,3 +6,6 @@
 
 fb_test : fb_test.o  cp_fb.o cp_vt.o -lm
 	$(CC) -o  $@ $+
+
+clean:
+	rm -f fb_info fb_test *.o