# @(#)makefile	16.1.1.1 (ESO-IPG) 06/19/01 15:13:03
# .COPYRIGHT:	Copyright (c) 1988 European Southern Observatory,
#						all rights reserved
# .TYPE		make file
# .NAME		$MIDASHOME/$MIDVERS/gui/proc/makefile
# .LANGUAGE	makefile syntax
# .ENVIRONMENT	Unix Systems. 
# .COMMENT	Cleaning MIDAS prg files
# .REMARKS	
# .AUTHOR	C. Guirao
# .VERSION 1.1	910503:		Implementation

# DEFINITIONS:
SHELL=/bin/sh


# DEPENDENCIES:
all: 

clean:
	rm  -f *.prg 
