mirror of https://github.com/CGAL/cgal
updated
This commit is contained in:
parent
61f622aab3
commit
e9c9b4bcae
|
|
@ -16,7 +16,7 @@
|
|||
|
||||
CXX ?=g++
|
||||
CXXFLAGS ?=-Wall
|
||||
CPPFLAGS =-I. -I../../include -g
|
||||
CPPFLAGS = -I. -I../../include -g
|
||||
AR ?=ar
|
||||
LEX =flex
|
||||
BISON ?=bison
|
||||
|
|
@ -57,7 +57,9 @@ clean:
|
|||
|
||||
%.C %.h : %.y
|
||||
$(BISON) -d $< -o $*.C
|
||||
ifeq ($(OSTYPE), linux)
|
||||
mv $*.H $*.h
|
||||
endif
|
||||
|
||||
%.C : %.l
|
||||
$(LEX) -8 -o$@ $<
|
||||
|
|
|
|||
Loading…
Reference in New Issue