X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=makefile;h=495115dc6202f6cb689d8c4e36f2eeab329a0612;hb=cfe3c8f203bd937ca4cadf7ef6c1bd9b2c603e13;hp=6bc567fe304dc1414573e135350c5455fe1ff3fb;hpb=0d9ff5c8922745e91a26a078e686fad180f4dcbe;p=lackey diff --git a/makefile b/makefile index 6bc567f..495115d 100644 --- a/makefile +++ b/makefile @@ -16,7 +16,7 @@ LDFLAGS ?= -lncursesw -lical # Sources PROG ?= lackey -PROG_SRC ?= main view date cal util +PROG_SRC ?= main view date cal util TEST ?= test TEST_SRC ?= test date util VIEWS ?= day week month year events todo settings help @@ -29,7 +29,7 @@ CPPFLAGS += $(strip $(shell pkg-config --cflags ncursesw)) all: $(PROG) clean: - rm -f src/*.o views/*.o cals/*.o $(PROG) $(TEST) + rm -f src/*.o views/*.o cals/*.o $(PROG) $(TEST) dist: tar -czf $(PROG)-$(VERSION).tar.gz --transform s::$(PROG)-$(VERSION)/: \