summaryrefslogtreecommitdiffstats
path: root/sample/etc/chess/Makefile
blob: 611bbe4a43a7767d19f5e47722f01ee288e4c51f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
BBSHOME?=$(HOME)
TARGET=$(BBSHOME)/etc/chess/
INSTALLTAG=$(TARGET).installed
FILES=  1.poem 2.poem 3.poem 4.poem 5.poem 6.poem 7.poem 8.poem 9.poem \
    10.poem 11.poem 12.poem 13.poem 14.poem 15.poem 16.poem 

all:

install:
    install -d $(TARGET)
    test ! -e $(INSTALLTAG) && touch $(INSTALLTAG)
    install -c -m 644 $(FILES) $(TARGET)