stage4/Makefile
changeset 335 96d2efda3d8d
parent 279 c0453b7f99df
equal deleted inserted replaced
334:63b52a8a12f3 335:96d2efda3d8d
    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