summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 56f4be3..30107bb 100644
--- a/Makefile
+++ b/Makefile
@@ -38,7 +38,7 @@ public/imworkingon/imworkingon.css: public/imworkingon/imworkingon.scss
public/posix/index.html: FORCE
mkdir -p $(@D)
- go run ./cmd/gen-posix >$@
+ go run ./cmd/gen-posix
# generate = checked in to Git #################################################