summaryrefslogtreecommitdiffstats
path: root/encap/src/makeself-dist/Makefile
blob: 1637aad889edd26141e21e10ef6e9442bc12736c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# $Id$

# Variables
export SHELL = /bin/sh
export PATH = /usr/local/lib/bcfg2/bin:/usr/local/bin:/usr/bin:/bin

# Main

.PHONY : all clean distclean
.SUFFIXES : 

all : 
	chmod 755 ./makedist.sh && ./makedist.sh

clean :
	-rm ./*~ ./\#*

distclean : clean
	-rm -rf ./bcfg2-*