blob: cffba620da04f45c449cf31dfded3b58cc03ab38 [file] [log] [blame]
all:
@echo Nothing to be made.
clean:
for d in $(SUBDIRS); do make -C $$d clean; done
rm -f *~ *.o *.d
install:
@echo Nothing to be made.