github.com/distbuild/reclient@v0.0.0-20240401075343-3de72e395564/Makefile (about)

     1  # Build
     2  
     3  .PHONY: FORCE
     4  
     5  build: rc-build
     6  .PHONY: build
     7  
     8  install: rc-install
     9  .PHONY: install
    10  
    11  # Non-PHONY targets (real files)
    12  
    13  rc-build: FORCE
    14  	./scripts/build.sh
    15  
    16  rc-install: FORCE
    17  	./scripts/install.sh