remove verbose mode - tty-clock - port of tty-clock to OpenBSD, with pledge/unveil added as goodie.
HTML git clone https://git.drkhsh.at/tty-clock.git
DIR Log
DIR Files
DIR Refs
DIR README
DIR LICENSE
---
DIR commit 02931841830c44709c14b26f2aaa8753e298a7ef
DIR parent 2ae69059c4f5edca275ed97190d9172244edff0a
HTML Author: martin <xorg62@gmail.com>
Date: Fri, 20 Jun 2008 01:13:26 +0200
remove verbose mode
Diffstat:
M Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
DIR diff --git a/Makefile b/Makefile
@@ -1,7 +1,7 @@
tty-clock : clock.c
@echo "*** Building ***"
- @cc -lncurses $^ -o tty-clock -Wall -v
+ @cc -lncurses $^ -o tty-clock -Wall
@echo "*** TTY-Clock build ***"
@echo ""