diff options
Diffstat (limited to 'fb')
-rw-r--r-- | fb/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fb/Makefile b/fb/Makefile index ffcc242..52958ed 100644 --- a/fb/Makefile +++ b/fb/Makefile @@ -9,7 +9,7 @@ CFLAGS=-g -O2 -Wall \ PROGS=progress fbresolution -all build: $(PROGS) +all: $(PROGS) check: /bin/true |