summaryrefslogtreecommitdiff
path: root/Makefile
blob: 3931f9b86676081900feeb8077a82fc9daff2c08 (plain)
1
2
3
4
5
6
0x800: main.c
	gcc main.c -o 0x800
install: 0x800
	cp 0x800 /usr/bin/0x800
remove:
	rm /usr/bin/0x800