Skip to content

Commit

Permalink
Fixes #40 #issuecomment-249791805
Browse files Browse the repository at this point in the history
  • Loading branch information
eloaders committed Sep 27, 2016
1 parent 2ef0cd9 commit f91569a
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ make: build-inex build-json build-pixmaps
install: install-pastebinit-and-other \
install-pixmaps install-changelogs install-manpages \
install-docs install-json install-inex install-scripts \
install-udev-rule link-inex install-database install-siv
install-udev-rule link-inex

clean: clean-pixmaps clean-json clean-inex clean-all

Expand Down Expand Up @@ -76,14 +76,6 @@ install-scripts:

@echo -e '\033[1;32mInstall Scripts...\033[0m'
$(MAKE) -C Scripts install

install-database:
@echo -e '\033[1;32mInstall database files...\033[0m'
$(MAKE) -C Database install

install-siv:
@echo -e '\033[1;32mInstall SIV files...\033[0m'
$(MAKE) -C SIV install

clean-pixmaps:

Expand Down Expand Up @@ -126,4 +118,4 @@ clean-all:


link-inex:
ln -s /usr/bin/i-nex.gambas $(DESTDIR)$(bindir)/i-nex
ln -s /usr/bin/i-nex.gambas $(DESTDIR)$(bindir)/i-nex

0 comments on commit f91569a

Please sign in to comment.