/[darkstattype]/trunk/GNUmakefile
ViewVC logotype

Annotation of /trunk/GNUmakefile

Parent Directory Parent Directory | Revision Log Revision Log


Revision 18 - (hide annotations) (download)
2014-03-26T09:46:21Z (10 years ago) by trond
Content type: text/plain
File size: 247 byte(s)
Harmonized the *makefiles.

1 trond 17 # $Ximalas$
2    
3     NAME = darkstattype
4    
5     #CC = gcc
6     #LD = gcc
7    
8     CC = clang
9     LD = clang
10    
11     RM = rm
12    
13 trond 18 CFLAGS = -Wall
14     CFLAGS += -O0 -gdwarf-2
15     #CFLAGS += -O3
16     #LDFLAGS = -s
17 trond 17
18     all: $(NAME)
19    
20     $(NAME): $(NAME).o
21    
22     $(NAME).o: $(NAME).c
23    
24     clean:
25     $(RM) -f $(NAME) $(NAME).o

Properties

Name Value
svn:eol-style native
svn:keywords Ximalas=%H
svn:mime-type text/plain

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