Browse Source

Makfile: call clean_ext from clea_all

For clean_all, we also want to clean the external library stuff (lpsolve, ...).

Reported by Christian Hensel.
master
Joachim Klein 8 years ago
committed by GitHub
parent
commit
b148c57342
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      prism/Makefile

2
prism/Makefile

@ -559,7 +559,7 @@ clean: checks
celan: clean
clean_all: checks clean_cudd clean
clean_all: checks clean_cudd clean_ext clean
clean_cudd:
@(cd $(CUDD_DIR) && $(MAKE) distclean)

Loading…
Cancel
Save