7 lines
68 B
Makefile
7 lines
68 B
Makefile
|
all:
|
||
|
true
|
||
|
|
||
|
install:
|
||
|
install -d $(DESTDIR)/
|
||
|
cp -r usr $(DESTDIR)/
|