logoISU  

CS469/569 - Linux and Unix Administration and Networking

Spring 2022

Displaying ./code/03-22/Makefile

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