]> Pileus Git - lackey/commitdiff
Rename
authorAndy Spencer <andy753421@gmail.com>
Fri, 5 Oct 2012 05:42:25 +0000 (05:42 +0000)
committerAndy Spencer <andy753421@gmail.com>
Fri, 5 Oct 2012 05:42:25 +0000 (05:42 +0000)
.gitignore
config.mk.example
makefile
src/main.c

index b2aac9a4252fafd6accf94b8678c8a8296585352..01bc8a514fe32c425d1a475235a0208b46eec0c4 100644 (file)
@@ -3,7 +3,7 @@
 *.swp
 *~
 .vimrc
 *.swp
 *~
 .vimrc
-acal
 config.mk
 config.mk
+lackey
 test
 tags
 test
 tags
index b323a2fea3afc399b9b2db1314b7efeeffe9c679..1942a0ccd23c81be90abb0aab3e1b39ed71734c1 100644 (file)
@@ -1 +1 @@
-default: run-acal
+default: run-lackey
index 0b6c98f615dbda9cbca4a87113e13bbf3a473f09..90401859f9a326a2baa9d2450551c3306a38813f 100644 (file)
--- a/makefile
+++ b/makefile
@@ -7,7 +7,7 @@ CPPFLAGS ?= -Isrc
 LDFLAGS  ?= -lncursesw
 
 # Sources
 LDFLAGS  ?= -lncursesw
 
 # Sources
-PROG      = acal
+PROG      = lackey
 TEST      = test
 SOURCES   = main screen util
 TESTS     = test util
 TEST      = test
 SOURCES   = main screen util
 TESTS     = test util
@@ -18,7 +18,7 @@ all: $(PROG) $(TEST)
 
 run-$(PROG): $(PROG)
        @urxvt -e ./$<
 
 run-$(PROG): $(PROG)
        @urxvt -e ./$<
-       @cat acal.log
+       @cat lackey.log
 
 run-$(TEST): $(TEST)
        ./$<
 
 run-$(TEST): $(TEST)
        ./$<
index 9f6d511f3a4b557ad0fa6831e8a068b8cdb65637..1327a8240a6327882cb237a3800cf8b39224ffc3 100644 (file)
@@ -51,7 +51,7 @@ int debug(char *fmt, ...)
 
        /* Open log file */
        if (!debug_fd)
 
        /* Open log file */
        if (!debug_fd)
-               debug_fd = fopen("acal.log", "w+");
+               debug_fd = fopen("lackey.log", "w+");
 
        /* Log to debug file */
        va_start(ap, fmt);
 
        /* Log to debug file */
        va_start(ap, fmt);