1#!/bin/bash
2
3#will clean
4# - the poems library
5# - the fedora_fpic verions of LIGGGHTS
6# - uninstall the poems package (and take care of an edit of fix_poems.*)
7
8currDir=$PWD
9cp *pascal* PASCAL
10make no-PASCAL
11
12cp Makefile.package.empty Makefile.package
13
14
15rm lmp_*
16rm *.so *.a
17
18