From 7b6e60b937717518cc770b2523f1291ea34b6af8 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Tue, 5 Apr 2011 15:52:51 -0400 Subject: Removed libtre dependency --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index a2dacb6..a5581f4 100644 --- a/Makefile +++ b/Makefile @@ -1,8 +1,8 @@ CC=gcc CFLAGS=-g -Wall -Wextra -LDFLAGS=-ltre +LDFLAGS= PROG="duser" -SRC=duser.c duser.h log.c +SRC=duser.c duser.h log.c cfg.c all: $(CC) $(CFLAGS) $(LDFLAGS) -o $(PROG) $(SRC) -- cgit