tmisu

Notification to stdout daemon
git clone https://git.inz.fi/tmisu/
Log | Files | Refs | README | LICENSE

commit 3832fa7a23151c7829c2ed8dad3d8ec788f210ed
parent 09b8e2741258df81efbedc7c74f9927196f4de6a
Author: Sweets <Sweets@users.noreply.github.com>
Date:   Sat, 25 Apr 2020 22:48:43 -0700

I done broked it

Diffstat:
MMakefile | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Makefile b/Makefile @@ -5,10 +5,10 @@ SRC := tiramisu.c callbacks.c CFLAGS = -Wall LDFLAGS = $(shell pkg-config --libs --cflags glib-2.0 gio-2.0) -all: clean $(TARGET) +all: $(TARGET) $(TARGET): $(OBJ) $(CC) $(CFLAGS) $(LDFLAGS) $(SRC) -o $(TARGET) clean: - @[ -f ./tiramisu ] && $(RM) ./tiramisu + $(RM) ./tiramisu