mirror of https://github.com/CGAL/cgal
- Added "-p" option to the script.
This commit is contained in:
parent
54de6d8d97
commit
db07129bed
|
|
@ -19,10 +19,10 @@ OBJECTS = predicates_on_ftC2.h \
|
|||
#### Don't touch below.
|
||||
|
||||
% :: $(CGAL)/include/CGAL/% $(SCRIPT)
|
||||
$(SCRIPT) < $< > $@
|
||||
$(SCRIPT) -p < $< > $@
|
||||
|
||||
predicates/% : $(CGAL)/include/CGAL/predicates/% $(SCRIPT)
|
||||
$(SCRIPT) < $< > $@
|
||||
$(SCRIPT) -p < $< > $@
|
||||
|
||||
all: $(OBJECTS)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue