summaryrefslogtreecommitdiffstats
path: root/sample/etc/chess/Makefile
blob: a01e3cf133abd92c3c2e1563054dcaa8d8928d61 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
BBSHOME?=$(HOME)
TARGET=$(BBSHOME)/etc/chess/
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)
    install -c -m 644 $(FILES) $(TARGET)