6bdd276d05
Former-commit-id: fd56571888259555122d8a0f58c68838229cea2b
12 lines
270 B
Makefile
12 lines
270 B
Makefile
thisdir = class/dlr
|
|
SUBDIRS =
|
|
|
|
include ../../build/rules.make
|
|
|
|
DISTFILES = \
|
|
Runtime/Microsoft.Dynamic/*.cs
|
|
|
|
all-local install-local clean-local test-local run-test-local run-test-ondotnet-local uninstall-local doc-update-local csproj-local:
|
|
|
|
dist-local: dist-default
|