Rev 462 | Blame | Compare with Previous | Last modification | View Log | RSS feed
CC= gccOPTS= -Wall -gifeq ($(shell uname),WindowsNT)CCACHE :=elseCCACHE := $(shell which ccache)endifall: extract2gextract2g: extract2g.c extract2g.h$(CCACHE) $(CC) $(OPTS) $< -o $@.PHONY: cleanclean:rm -f extract2g