mirror of
https://github.com/getsolus/packages.git
synced 2025-04-25 12:20:28 +03:00
13 lines
239 B
Makefile
13 lines
239 B
Makefile
SHELL = /bin/bash
|
|
|
|
.PHONY: help
|
|
|
|
help:
|
|
@echo "stateless - Update the stateless report"
|
|
@echo "update - Update current project list"
|
|
|
|
update:
|
|
go run Go/update_packages.go > packages
|
|
|
|
stateless:
|
|
@Scripts/update_stateless.sh
|