Typo fix.

This commit is contained in:
David Given 2022-07-20 00:24:52 +02:00
parent 6a3c94a9d0
commit f5acf70911

View file

@ -3,7 +3,7 @@ normalrule {
ins = {},
outleaves = { "em_path.h" },
commands = {
"echo '#define EM_DIR \"$(PREFIX)\"' >> %{outs}",
"echo '#define EM_DIR \"$(PREFIX)\"' > %{outs}",
"echo '#define ACK_PATH \"share/ack/descr\"' >> %{outs}",
}
}