ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/repos/ExecutableName/GNUmakefile
Revision: 247
Committed: 2004-09-11T21:43:38-07:00 (20 years, 9 months ago) by Douglas Thrift
File size: 215 byte(s)
Log Message:
Meep!

File Contents

# User Rev Content
1 Douglas Thrift 246 # Executable Name
2     #
3     # Douglas Thrift
4     #
5     # $Id$
6    
7     CXX := g++34
8    
9     all: ExecutableName
10    
11     ExecutableName: ExecutableName.cpp
12    
13 Douglas Thrift 247 .PHONY: install clean
14 Douglas Thrift 246
15 Douglas Thrift 247 install: ExecutableName
16     ln -f $< $(HOME)/bin
17    
18 Douglas Thrift 246 clean:
19     -rm ExecutableName

Properties

Name Value
svn:eol-style native
svn:keywords Id