Skip to content

ruanbo1003/Makefile

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Makefile & multiple threads & network

  • done

    • Makefile
    • multiple threads
    • write to file
  • todo

    • network

run

  • build and run
    • make
    make
    • run
      ./bin/main
  • build and run in shell script
    • run
    ./run.sh
  • docker (base from ubuntu:23.04)
    • build base image
    docker build -t makefile_base:latest -f docker/Dockerfile-base .
    • build app image
    docker build -t makefile_app:latest -f docker/Dockerfile .
    • run
    docker run -it --rm makefile_app:latest

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published