From dec48a3ca471abfb73a883fb6c0d6bb05af03f76 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Thu, 21 Apr 2011 09:28:11 -0400 Subject: Removed duser.h from source list --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 3267228..3fcbd91 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ CC=gcc CFLAGS=-O2 -Wall -Wextra LDFLAGS= PROG="duser" -SRC=duser.c duser.h user.c util.c log.c cfg.c +SRC=duser.c user.c util.c log.c cfg.c all: $(CC) $(CFLAGS) $(LDFLAGS) -o $(PROG) $(SRC) strip -s $(PROG) -- cgit