Skip to content

Commit

Permalink
Fixes to makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
Lestibournes committed Jun 11, 2020
1 parent 69f9ff8 commit ea781a1
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
prefix = /

all:


install:
install obam $(DESTDIR)$(prefix)bin
install -D -t $(DESTDIR)$(prefix)etc/xdg/obam/ footer config.json
install -D menu.xml $(DESTDIR)$(prefix)etc/skel/.config/openbox
install -D -t $(DESTDIR)$(prefix)usr/bin obam
install -D -t $(DESTDIR)$(prefix)etc/xdg/obam footer config.json
install -D -t $(DESTDIR)$(prefix)etc/skel/.config/openbox menu.xml

clean:

0 comments on commit ea781a1

Please sign in to comment.