V10/cmd/sky/makefile

all:
	cc -c *.c
	rm fmod.o
	cc *.o -o sky
clean:
	rm -f sky *.o