"Fossies" - the Fresh Open Source Software Archive

Member "makefile" (8 Sep 2010, 172 Bytes) of package /linux/privat/old/nmbscan-1.2.6.tar.gz:


As a special service "Fossies" has tried to format the requested text file into HTML format (style: standard) with prefixed line numbers. Alternatively you can here view or download the uninterpreted source code file.

    1 VERSION=1.2.6
    2 NAME=nmbscan
    3 ARCHIVE=$(NAME)-$(VERSION).tar.gz
    4 
    5 .PHONY: default archive
    6 
    7 default: archive
    8 
    9 archive:
   10 	git archive --format=tar v$(VERSION) | gzip > $(ARCHIVE)