tebeka / tll

tll is a very minimal application launcher for Linux based systems

Clone this repository (size: 15.1 KB): HTTPS / SSH
$ hg clone http://bitbucket.org/tebeka/tll/
commit 1: 4fcc90055527
parent 0: b53fa46f59e7
branch: default
Use hg
Miki Tebeka
14 months ago

Changed (Δ3 bytes):

raw changeset »

Makefile (1 lines added, 1 lines removed)

Up to file-list Makefile:

@@ -6,7 +6,7 @@ all: dist
6
6
7
7
dist: deldist
8
8
	mkdir $(DISTDIR)
9
	cp `svn ls -rHEAD` $(DISTDIR)
9
	cp `hg st -Aqn` $(DISTDIR)
10
10
	tar -cjf $(DISTFILE) $(DISTDIR)
11
11
12
12
README.html: README.txt