Skip to content

Commit bdc122f

Browse files
prep makefile for arch build
1 parent 9705080 commit bdc122f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

makefile

+4
Original file line numberDiff line numberDiff line change
@@ -217,6 +217,10 @@ build/x-raise: src/x-raise.c
217217
build/diagnosis: src/diagnosis.cpp
218218
g++ -o build/diagnosis src/diagnosis.cpp
219219

220+
install:
221+
install -d $(DESTDIR)bin
222+
install -m 755 matrix $(DESTDIR)bin
223+
220224
docs: game-design.md
221225
pandoc -s game-design.md -o index.html
222226
python -m http.server

0 commit comments

Comments
 (0)