diff options
author | Mattias Andrée <maandree@member.fsf.org> | 2015-12-26 19:30:17 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@member.fsf.org> | 2015-12-26 19:30:17 +0100 |
commit | f8ab6bbec4584e8710208c9967341ee4ee61312c (patch) | |
tree | d99dfb300f91aadd89a2ff43494f34110b4b4096 /Makefile | |
parent | m (diff) | |
download | unstickpixels-f8ab6bbec4584e8710208c9967341ee4ee61312c.tar.gz unstickpixels-f8ab6bbec4584e8710208c9967341ee4ee61312c.tar.bz2 unstickpixels-f8ab6bbec4584e8710208c9967341ee4ee61312c.tar.xz |
port to c
Signed-off-by: Mattias Andrée <maandree@member.fsf.org>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
@@ -15,11 +15,7 @@ all: doc doc: info -info: unstickpixels.info.gz - -%.info.gz: info/%.texinfo - makeinfo "$<" - gzip -9 -f "$*.info" +info: unstickpixels.info install: install-cmd install-license install-info |