skov-example-projects/helloworld-c-make
2024-08-02 14:09:48 +00:00
..
src add helloworld-c-make 2024-08-02 14:09:48 +00:00
.clang-format add helloworld-c-make 2024-08-02 14:09:48 +00:00
.clangd add helloworld-c-make 2024-08-02 14:09:48 +00:00
.gitignore add helloworld-c-make 2024-08-02 14:09:48 +00:00
Makefile add helloworld-c-make 2024-08-02 14:09:48 +00:00
README.md add helloworld-c-make 2024-08-02 14:09:48 +00:00

helloworld-c-make

make
./build/helloworld-c-make
make

sudo make install
# or
sudo make INSTALL_PREFIX=/usr/local install 

helloworld-c-make