Skip to content

Commit

Permalink
Add 'build' makefile target
Browse files Browse the repository at this point in the history
  • Loading branch information
mxkrsv committed May 3, 2021
1 parent 6404340 commit fc071c4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ prefix = ~/.local
x11dir = $(prefix)/share/fonts/siji
otbdir = $(prefix)/share/fonts/siji

build: pcf otb

install: pcf otb
mkdir -p $(x11dir) $(otbdir)
cp siji.pcf $(x11dir)
Expand Down

0 comments on commit fc071c4

Please sign in to comment.