diff options
author | Joseph Hunkeler <jhunk@stsci.edu> | 2011-04-21 09:28:11 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunk@stsci.edu> | 2011-04-21 09:28:11 -0400 |
commit | 7f5d9b7e41abdb98f699520d3a9464b360f7c8b9 (patch) | |
tree | 0dcfe5679082cb623c058a1bcf4ad095eb568260 /Makefile.static | |
parent | ccf902295651bc77099d46c66aba3b726f3d57cc (diff) | |
download | duser-7f5d9b7e41abdb98f699520d3a9464b360f7c8b9.tar.gz |
Removed duser.h from source list
Diffstat (limited to 'Makefile.static')
-rw-r--r-- | Makefile.static | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.static b/Makefile.static index 514b53c..8f82d92 100644 --- a/Makefile.static +++ b/Makefile.static @@ -2,7 +2,7 @@ CC=gcc CFLAGS=-O2 -Wall -Wextra -static 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) |