From dbb59020a4f9dad43b366930d1d5d99da33e57e1 Mon Sep 17 00:00:00 2001 From: epochqwert Date: Fri, 3 Jun 2016 06:33:04 +0000 Subject: makefile now actually rebuild libirc.so if libirc.c is changed. --- Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 26490c5..a9e24d1 100644 --- a/Makefile +++ b/Makefile @@ -2,9 +2,7 @@ LDFLAGS=-lirc -Llibirc CFLAGS=-fpic -shared -pedantic -Wall TARGET=libirc.so -all: $(TARGET) - -$(TARGET): +all: libirc.c $(CC) $(CFLAGS) -o $(TARGET) libirc.c clean: -- cgit v1.2.3