From 207c361eaa0e22c578e7851cd86456e8ff3a11a6 Mon Sep 17 00:00:00 2001 From: Marco Peereboom Date: Thu, 12 Aug 2010 18:14:31 +0000 Subject: Make linux compile too --- linux/Makefile | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/linux/Makefile b/linux/Makefile index 78fe025..8f65af8 100644 --- a/linux/Makefile +++ b/linux/Makefile @@ -14,6 +14,12 @@ CC?= gcc all: xxxterm +javascript.h: ../js-merge-helper.pl ../hinting.js + perl ../js-merge-helper.pl ../hinting.js \ + ../input-focus.js > javascript.h + +xxxterm.o: javascript.h + xxxterm: ../xxxterm.o linux.o $(CC) $(LDFLAGS) -o $@ $+ $(LDADD) @@ -26,5 +32,6 @@ install: all clean: rm -f xxxterm *.o + rm -f javascript.h .PHONY: all install clean -- cgit 1.4.1-2-gfad0 db49c65a8ec42c219'>this commit mirror of ranger - a simple, vim-like file managerakspecs <akspecs@tilde.institute>
about summary refs log blame commit diff stats
path: root/doc/ranger.desktop
blob: 9c14018554823d1cb54359500745bee09de5db03 (plain) (tree)
1
2
3
4
5
6
7
8
9