diff options
author | Joseph Hunkeler <jhunk@stsci.edu> | 2011-04-06 15:39:33 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunk@stsci.edu> | 2012-05-25 14:20:34 -0400 |
commit | 8bd095e7fe28f383f82f0e0663f0db6bafce3fa8 (patch) | |
tree | 6145f1eb760d53212c1228488b3a3483a2f9a3d7 /Makefile | |
parent | c681150bc3c376ca91f5feead2f9a79ed64a46c3 (diff) | |
download | duser-8bd095e7fe28f383f82f0e0663f0db6bafce3fa8.tar.gz |
Debugging disabled
Program name is now global
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,5 +1,5 @@ CC=gcc -CFLAGS=-g -Wall -Wextra +CFLAGS=-O2 -Wall -Wextra LDFLAGS= PROG="duser" SRC=duser.c duser.h log.c cfg.c |