#This makefile is designed for use with my specific linux development environment. If you're on windows, you should just use addon builder. pwd=$(subst /,\,$(shell pwd)) key=$(subst /,\,/bigssd/vurtual/a3proj/key/vurtual.biprivatekey) %.pbo: a3-binarize $(patsubst %,'Z:$(pwd)\addons\\%',$(subst .pbo,,$@)) 'Z:$(pwd)\bin' -project='Z:$(pwd)\addons' -temp='Z:$(pwd)\temp' -include='Z:$(pwd)\include.lst' -sign='Z:$(key)' %.unbin: a3-binarize $(patsubst %,'Z:$(pwd)\addons\\%',$(subst .unbin,,$@)) 'Z:$(pwd)\bin' -project='Z:$(pwd)\addons' -temp='Z:$(pwd)\temp' -include='Z:$(pwd)\include.lst' -sign='Z:$(key)' -packonly all: boxloader.pbo boxloader_cargo.pbo boxloader_fort.pbo boxloader_pallet.pbo boxloader_retrofit.pbo boxloader_tractor.pbo install clean: rm -r ./temp/* rm -r ./bin/* install: cp ./bin/* /bigssd/vurtual/steam/steamapps/common/Arma\ 3/@boxloader/addons/