diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -144,9 +144,11 @@ clean-built: rm -f $(BUILTMAN) termkey.h termkey.h: termkey.h.in Makefile + rm -f $@ sed -e 's/@@VERSION_MAJOR@@/$(VERSION_MAJOR)/g' \ -e 's/@@VERSION_MINOR@@/$(VERSION_MINOR)/g' \ $< >$@ + chmod a-w $@ DISTDIR=libtermkey-$(VERSION) |