computing-systems-212 / Lab 5: Shell Development / task5 / Makefile
Makefile
Raw
crash: crash.c
	$(CC) -o $@ $^