Cross Reference: makefile.patch
xref
: /
hets
/
utils
/
ubuntu
/
packages
/
leo2
/
debian
/
patches
/
makefile.patch
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
---
/dev/null
+++
b/Makefile
@@ -0,0 +1,8 @@
+all:
+ cd src/ && ./configure
+ make -C src/ opt
+clean:
+ cd src/ && ./configure
+ -make -C src/ clean_minisat
+ -make -C src/ cleaner
+ rm
src/Makefile