mirror of https://github.com/BOINC/boinc.git
9 lines
183 B
Makefile
9 lines
183 B
Makefile
|
|
||
|
include $(top_srcdir)/Makefile.incl
|
||
|
|
||
|
copyright: $(top_builddir)/COPYRIGHT $(top_builddir)/COPYING
|
||
|
cat $(top_builddir)/COPYRIGHT $(top_builddir)/COPYING > copyright
|
||
|
|
||
|
all: copyright
|
||
|
|