
all:
	gcc nothing.c -o nothing
	gcc nothing.c -static -o nothing_static
	gcc hello.c -o hello
	gcc hello.c -static -o hello_static