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