equal
deleted
inserted
replaced
8 |
8 |
9 all: absyntax.o visitor.o |
9 all: absyntax.o visitor.o |
10 |
10 |
11 clean: |
11 clean: |
12 rm -f *.o |
12 rm -f *.o |
13 find . -depth -mindepth 2 -maxdepth 2 -name Makefile -printf %h\\n | xargs -i make -C{} $@ |
|
14 |
13 |
15 |
14 |
16 #get warnings, debugging information and optimization |
15 #get warnings, debugging information and optimization |
17 #CXXFLAGS = -Wall -pedantic -Wpointer-arith -Wwrite-strings |
16 #CXXFLAGS = -Wall -pedantic -Wpointer-arith -Wwrite-strings |
18 # CXXFLAGS += -Werror |
17 # CXXFLAGS += -Werror |