daml/oss-compliance/Makefile

15 lines
396 B
Makefile
Raw Normal View History

2019-04-04 11:33:38 +03:00
LINUX=linux
OSX=osx
ifeq ($(shell uname -s), Darwin)
OS=$(OSX)
else
OS=$(LINUX)
endif
################################################################################
######################## General Tasks ##################################
################################################################################
.PHONY: oss-compliance
oss-compliance:
sh check_oss_license.sh