Files
progetto-mensa-SO/Makefile
boloilking 870dc2450a
Some checks failed
Punisher CI/CD / build-and-test (push) Has been cancelled
Aggiunta main.c e Makefile
2026-02-17 14:44:28 +01:00

5 lines
52 B
Makefile

build:
gcc -Wall main.c -o lab_app
run:
./lab_app