Remove targets before installing new ones
This commit is contained in:
parent
7e978197d2
commit
4b31842ecc
1 changed files with 1 additions and 0 deletions
|
@ -9,6 +9,7 @@ clean:
|
|||
|
||||
install:
|
||||
cd src; make
|
||||
rm -f $(INSTALLDIR)/LLgen $(LIBDIR)/rec $(LIBDIR)/incl
|
||||
cp src/LLgen $(INSTALLDIR)/LLgen
|
||||
cp lib/rec $(LIBDIR)/rec
|
||||
cp lib/incl $(LIBDIR)/incl
|
||||
|
|
Loading…
Reference in a new issue