/[sleep-setproctitle]/trunk/GNUmakefile
ViewVC logotype

Contents of /trunk/GNUmakefile

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1 - (show annotations) (download)
2011-03-18T13:13:25Z (13 years ago) by trond
Content type: text/plain
File size: 282 byte(s)
Førstegangsregistrering.

1 # $Ximalas$
2
3 SHELL = /bin/sh
4
5 .PHONY: all clean
6
7 CC = gcc
8
9 CFLAGS = -Wall -O3
10
11 LDLIBS =
12
13 LDFLAGS =
14
15 all: sleep-setproctitle
16
17 sleep-setproctitle: sleep-setproctitle.o
18
19 sleep-setproctitle.o: sleep-setproctitle.c
20
21 clean:
22 rm -f sleep-setproctitle sleep-setproctitle.o
23
24 # GNUmakefile

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