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