go: c-test
	./c-test

c-test: c-test.c
	ctags c-test.c
	$(CC) -ansi -pedantic -Wall -o c-test c-test.c -l lzma

clean:
	rm -f tags c-test *.o