equal
deleted
inserted
replaced
26 |
26 |
27 all: stage4.o |
27 all: stage4.o |
28 |
28 |
29 clean: |
29 clean: |
30 rm -f *.o |
30 rm -f *.o |
31 find . -depth -mindepth 2 -maxdepth 2 -name Makefile | sed 's/Makefile//g' | xargs -I {} make -C{} clean |
31 find . -depth -mindepth 2 -maxdepth 2 -name Makefile | sed 's/Makefile//g' | xargs -I {} $(MAKE) -C{} clean |
32 |
32 |
33 |
33 |
34 CXXFLAGS += -I. -I../* |
34 CXXFLAGS += -I. -I../* |
35 |
35 |
36 #how to make things in subdirectories etc |
36 #how to make things in subdirectories etc |