Check-in [874e4d46b6]
Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | clean more stuff |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
874e4d46b6e9323794641390385cf79a |
User & Date: | jls@semicomplete.com 2012-03-09 01:07:52 |
Context
2012-03-09
| ||
01:07 | - pre-release check-in: 394e2cc041 user: jls@semicomplete.com tags: trunk | |
01:07 | clean more stuff check-in: 874e4d46b6 user: jls@semicomplete.com tags: trunk | |
01:05 | style check-in: 12faf2efd6 user: jls@semicomplete.com tags: trunk | |
Changes
Changes to Makefile.
︙ | ︙ | |||
44 45 46 47 48 49 50 | .PHONY: install install: $(GEM) gem install $(GEM) .PHONY: clean: | | | 44 45 46 47 48 49 50 51 | .PHONY: install install: $(GEM) gem install $(GEM) .PHONY: clean: rm -rf package-*/ *.rpm *.deb *.gz *.tar *.gem |