/[darkstattype]/trunk/BSDmakefile
ViewVC logotype

Diff of /trunk/BSDmakefile

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

Revision 17 by trond, 2014-03-19T08:49:18Z Revision 18 by trond, 2014-03-26T09:46:21Z
# Line 1  NO_MAN=        yes Line 1  NO_MAN=        yes
1  # $Ximalas$  # $Ximalas$
2    
3  PROG=   darkstattype  PROG=   darkstattype
4  SRCS=   darkstattype.c  SRCS=   darkstattype.c
5  NO_MAN= yes  NO_MAN= yes
6    
7  CFLAGS+=        -g3  CFLAGS += -Wall
8    CFLAGS += -O0 -gdwarf-2
9    #CFLAGS += -O3
10    #LDFLAGS = -s
11    
12    NO_CTF= yes
13    
14  .include <bsd.prog.mk>  .include <bsd.prog.mk>


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

svn@ximalas.info
ViewVC Help
Powered by ViewVC 1.3.0-dev