3 CFLAGS=-O2 -Wall -W -Wno-parentheses -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wredundant-decls -std=gnu99
5 ARCHIVE=edid-$(VERSION).tar.gz
15 git archive --format=tar --prefix=edid-$(VERSION)/ HEAD | gzip >$(ARCHIVE)
16 scp $(ARCHIVE) jw:~ftp/pub/mj/linux/
17 ssh jw "cd web && bin/release-prog edid $(VERSION)"
18 mv $(ARCHIVE) ~/archives/sw/edid/