summaryrefslogtreecommitdiff
path: root/src/Makefile
blob: 98c01dc5c9886284ce13c75112c489715bc2b78e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#
#	Ivymon
#
#	Copyright (C) 2002
#	Centre d'Études de la Navigation Aérienne
#
# 	Makefile
#
#	Authors: 	Stéphane Chatty <chatty@cena.fr>
#
#	$Id$
# 
#



all:

install:
	test -d $(PREFIX)/usr/bin || mkdirhier $(PREFIX)/usr/bin
	install -m755 ivymon $(PREFIX)/usr/bin