diff --git a/Makefile b/Makefile index 1e6ebff..e3fe6fb 100644 --- a/Makefile +++ b/Makefile @@ -15,14 +15,6 @@ ctanks.o: ctanks.h %.html: %.html.m4 m4 $< > $@ -forf.html: forf/forf.txt - -forf.%: forf/forf.% - cp forf/$@ $@ -.PRECIOUS: forf/% -forf/%: - git submodule update --init - clean: - rm -f *.o forf.c forf.h next-round round-*.html + rm -f *.o next-round round-*.html rm -f $(BINARIES) $(HTML) diff --git a/designer.cgi.c b/designer.cgi.c index f67a32c..b1cf6b3 100644 --- a/designer.cgi.c +++ b/designer.cgi.c @@ -134,7 +134,7 @@ croak(char *msg) for (i = 0; entries[i].name; i += 1) { snprintf(path, sizeof(path), - "%s%05d.%s", BASE_PATH + "%s%05d.%s", BASE_PATH, getpid(), entries[i].name); unlink(path); }