stage4/Makefile
changeset 340 27a56785e9cd
parent 279 c0453b7f99df
equal deleted inserted replaced
339:06b561479e46 340:27a56785e9cd
    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