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

# Content
1 # 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 .PHONY: install clean
14
15 install: ExecutableName
16 ln -f $< $(HOME)/bin
17
18 clean:
19 -rm ExecutableName

Properties

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