UNPKG
prepositions
Version:
latest (0.0.0)
0.0.0
A JSON array of one-word, english prepositions
bahamas10/prepositions
prepositions
/
Makefile
9 lines
(6 loc)
•
121 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
FILE = prepositions.json
all:
./getprepositions.sh | ./stringify.js >
$(FILE)
clean:
rm -f
$(FILE)
.PHONY
: all clean