CC=gcc

sunjffs2:
	$(CC) -Wall sunjffs2.c -o sunjffs2

clean:
	rm -f sunjffs2

distclean: clean
