Use make, build always the same way

This commit is contained in:
Roberto Alsina 2024-07-05 16:35:42 -03:00
parent 1d2b44a3ba
commit cd868b1c86

View File

@ -1,6 +1,7 @@
build: shard.yml $(wildcard src/**/*) $(runtimes/**/*) build: shard.yml $(wildcard src/**/*) $(runtimes/**/*)
shards build shards build
cat .rucksack >> bin/faaso cat .rucksack >> bin/faaso
cat .rucksack >> bin/faaso-daemon
proxy: build proxy: build
docker build . -t faaso-proxy docker build . -t faaso-proxy
start-proxy: start-proxy: