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