1
0
Fork 0
mirror of https://github.com/nextcloud/contacts.git synced 2024-09-12 21:00:36 +02:00
nextcloud-contacts/Makefile
Andy Scherzinger c54f87668e
chore: Add SPDX header
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2024-06-04 20:16:31 +02:00

22 lines
555 B
Makefile

# SPDX-FileCopyrightText: 2016-2024 Nextcloud GmbH and Nextcloud contributors
# SPDX-FileCopyrightText: 2015-2016 ownCloud, Inc.
# SPDX-License-Identifier: AGPL-3.0-or-later
app_name=$(notdir $(CURDIR))
project_directory=$(CURDIR)/../$(app_name)
appstore_build_directory=$(CURDIR)/build/artifacts
appstore_package_name=$(appstore_build_directory)/$(app_name)
all: appstore
# Cleaning
clean:
rm -rf js
clean-dev:
rm -rf node_modules
rm -rf vendor
# Builds the source package for the app store, ignores php and js tests
appstore:
krankerl package