1
0
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:
Stephen Dolan
2012-10-22 19:23:57 +01:00
parent a737a67eda
commit c0f1c7dc1a

View File

@@ -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