X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=src%2Fi3.mk;h=94a988ffeb8209ad885a7ee7e2791e404be501b7;hb=d36264e403050d6c9dc564b90debe5bdb175488b;hp=78e19890e52882e77485747ba813b3648ed1dc4b;hpb=d7215ac54dd4c7c301ec20559250c89e78055257;p=i3%2Fi3 diff --git a/src/i3.mk b/src/i3.mk index 78e19890..94a988ff 100644 --- a/src/i3.mk +++ b/src/i3.mk @@ -55,7 +55,7 @@ src/commands_parser.o: src/commands_parser.c $(i3_HEADERS_DEP) i3-command-parser i3-command-parser.stamp: generate-command-parser.pl parser-specs/commands.spec echo "[i3] Generating command parser" - (cd include; ../generate-command-parser.pl) + (cd include; ../generate-command-parser.pl --input=../parser-specs/commands.spec --prefix=commands) touch $@ i3: libi3.a $(i3_OBJECTS)