aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorent Villard <warly@mandriva.com>2002-02-26 13:14:23 +0000
committerFlorent Villard <warly@mandriva.com>2002-02-26 13:14:23 +0000
commit6b9ed57cc7b62062f7a8f6a3311f6f9a245790e8 (patch)
tree343f67e7b883d7cabc4faf29ef87d89698939888
parent6385ca049c67284e7d71f5fa441067194f43bd16 (diff)
downloadbootsplash-6b9ed57cc7b62062f7a8f6a3311f6f9a245790e8.tar
bootsplash-6b9ed57cc7b62062f7a8f6a3311f6f9a245790e8.tar.gz
bootsplash-6b9ed57cc7b62062f7a8f6a3311f6f9a245790e8.tar.bz2
bootsplash-6b9ed57cc7b62062f7a8f6a3311f6f9a245790e8.tar.xz
bootsplash-6b9ed57cc7b62062f7a8f6a3311f6f9a245790e8.zip
forget a check entry
-rw-r--r--fb/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/fb/Makefile b/fb/Makefile
index 0ba7cea..ffcc242 100644
--- a/fb/Makefile
+++ b/fb/Makefile
@@ -11,6 +11,9 @@ PROGS=progress fbresolution
all build: $(PROGS)
+check:
+ /bin/true
+
fbresolution: fbresolution.c
$(CC) $(CFLAGS) -o $@ fbresolution.c