Files

5 lines
52 B
Makefile
Raw Permalink Normal View History

2026-02-17 14:44:28 +01:00
build:
gcc -Wall main.c -o lab_app
run:
./lab_app