summaryrefslogtreecommitdiffstats
path: root/Makefile
blob: 120ce9d5da6dff0ffb32906e97be6e4ed4855309 (plain)
1
2
3
4
5
./shell: shell.c
	gcc shell.c -o ./shell

clean:
	rm -f ./shell