Browse Subversion Repository
Contents of /trunk/freesc/Makefile
Parent Directory
| Revision Log
Revision 30 -
( show annotations)
( download)
Mon Feb 26 13:50:55 2007 UTC
(17 years, 1 month ago)
by tmurakam
File size: 163 byte(s)
file moved
| 1 |
TARGET = nagcity.bgl |
| 2 |
|
| 3 |
all: $(TARGET) |
| 4 |
|
| 5 |
#FSC = /usr/local/bin/fsc |
| 6 |
FSC = ../../fsc/src/fsc |
| 7 |
|
| 8 |
$(TARGET): clean |
| 9 |
$(FSC) nagoya.scm $(TARGET) |
| 10 |
|
| 11 |
clean: |
| 12 |
-/bin/rm $(TARGET) |
Properties
| svn:eol-style |
native
|
| svn:keywords |
Author Date Id Revision
|
|