Skip to content
This repository has been archived by the owner on Jun 16, 2023. It is now read-only.

Commit

Permalink
update Makefile, add run target
Browse files Browse the repository at this point in the history
  • Loading branch information
mc-cat-tty committed Dec 21, 2021
1 parent 9f8b321 commit 14789bf
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion esercitazioni/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
.SILENT:

all:
build:
g++ $(file) -Wall -Werror -pedantic -pedantic-errors

run:
./a.out

all: build run

0 comments on commit 14789bf

Please sign in to comment.