aboutsummaryrefslogtreecommitdiff
path: root/c-signals/Makefile
blob: afd71c3e7d9281f9d49601209f84496f094be05e (plain)
1
2
3
4
5
a.out:
	gcc -Wall -Werror -Wpedantic main.c

clean:
	-rm a.out