aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/arch/x86/seg/Makefile
blob: 290025e7cc1b60164425bc1746993cae2faceb6e (plain) (blame)
1
2
3
4
5
a.out: seg.c
	gcc -g seg.c

clean:
	$(RM) a.out