mirror of
https://github.com/stedolan/jq.git
synced 2024-05-11 05:55:39 +00:00
Delete a badly-thought-out bit of a Makefile.
This commit is contained in:
5
Makefile
5
Makefile
@@ -4,11 +4,6 @@ prefix=/usr/local
|
||||
.PHONY: all clean releasedep tarball install uninstall test releasetag
|
||||
all: jq
|
||||
|
||||
clean:
|
||||
make -Bnd | grep 'Must remake target' | \
|
||||
sed 's/.*`\(.*\)'\''.*/\1/' | grep -v '^all$$' | \
|
||||
xargs rm
|
||||
|
||||
|
||||
lexer.gen.c: lexer.l
|
||||
flex -o lexer.gen.c --header-file=lexer.gen.h lexer.l
|
||||
|
Reference in New Issue
Block a user