
TOP=/mit/kkkken

nolimit: nolimit.c
	$(CC) -o nolimit nolimit.c

install: nolimit
	cp nolimit $(TOP)/bin/@sys

clean:
	rm -f *~ *.o a.out core
