]> Pileus Git - lackey/blobdiff - makefile
Rename
[lackey] / makefile
index 0b6c98f615dbda9cbca4a87113e13bbf3a473f09..90401859f9a326a2baa9d2450551c3306a38813f 100644 (file)
--- a/makefile
+++ b/makefile
@@ -7,7 +7,7 @@ CPPFLAGS ?= -Isrc
 LDFLAGS  ?= -lncursesw
 
 # Sources
-PROG      = acal
+PROG      = lackey
 TEST      = test
 SOURCES   = main screen util
 TESTS     = test util
@@ -18,7 +18,7 @@ all: $(PROG) $(TEST)
 
 run-$(PROG): $(PROG)
        @urxvt -e ./$<
-       @cat acal.log
+       @cat lackey.log
 
 run-$(TEST): $(TEST)
        ./$<