Makefile 165 B

123456
  1. all:
  2. install:
  3. install -d -m 755 $(DESTDIR)/usr/share/doc/debian-junior-live/build
  4. cp -r auto config $(DESTDIR)/usr/share/doc/debian-junior-live/build
  5. .PHONY: all