blob: cffba620da04f45c449cf31dfded3b58cc03ab38 [file] [log] [blame]
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07001all:
2 @echo Nothing to be made.
3
4clean:
5 for d in $(SUBDIRS); do make -C $$d clean; done
6 rm -f *~ *.o *.d
7
8install:
9 @echo Nothing to be made.