aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorNullptrderef <nullptrderef@national.shitposting.agency>2024-02-25 00:35:36 +0100
committerNullptrderef <nullptrderef@national.shitposting.agency>2024-02-25 00:35:36 +0100
commit0c9f2f0500bfdd7702b2feb9e00b29944fc2023d (patch)
treeed25e9fefcc2cd729b8ee3a49c6400a0ac902690 /Makefile
parent757cd8d802e4970e6251900f42dcef552bcfcea6 (diff)
downloadtaler-ops-www-0c9f2f0500bfdd7702b2feb9e00b29944fc2023d.tar.gz
taler-ops-www-0c9f2f0500bfdd7702b2feb9e00b29944fc2023d.tar.bz2
taler-ops-www-0c9f2f0500bfdd7702b2feb9e00b29944fc2023d.zip
fix base_url not being updated in theory
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 8c8d3c9..5a19698 100644
--- a/Makefile
+++ b/Makefile
@@ -25,12 +25,13 @@ prepare-parcel:
./build-system/pkgmgr run prepare-parcel;
build-parcel:
./build-system/pkgmgr run build-parcel;
- ./build-system/pkgmgr run fix-parcel-paths;
build-parcel-no-optimize:
./build-system/pkgmgr run build-parcel-no-optimize;
+fix-parcel-paths:
./build-system/pkgmgr run fix-parcel-paths;
-postbuild-parcel:
+cleanup-parcel:
./build-system/pkgmgr run cleanup-parcel;
+postbuild-parcel: fix-parcel-paths cleanup-parcel
.PHONY: run
run: all