blob: 7b9d980cd2c10c8168167d46e51e0dc7055ab8f5 [file] [log] [blame]
.PHONY: all chromium-stable chromium-beta test-extension
all: chromium-stable chromium-beta
chromium-stable:
bash release.bash -c stable -b chromium
chromium-beta:
bash release.bash -c beta -b chromium
test-extension:
bash generateManifest.bash "chromium"
clean:
rm -rf out