[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / OpenXM / src / phc

File: [local] / OpenXM / src / phc / Makefile (download)

Revision 1.2, Mon Nov 22 04:22:58 1999 UTC (24 years, 5 months ago) by takayama
Branch: MAIN
Changes since 1.1: +3 -1 lines

I cleaned the top level Makefile.
Targets are all, clean, distclean.
Install target will be added in a future.
Makefile.pari-asir will be removed soon.

#$OpenXM: OpenXM/src/phc/Makefile,v 1.2 1999/11/22 04:22:58 takayama Exp $
all :
	gcc -o phc6 phc6.c
install : all
	cp phc6 ../../bin

clean :
	/bin/rm -rf *~  phc6