X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;ds=sidebyside;f=Makefile;h=723702cc685e0339503e2c0cf87545af391abb71;hb=HEAD;hp=f7d486df9981e65bafcb65c0abf3f878347ca030;hpb=d5aaabde4b0fb13f1d1806433c7c5a4eb411d2bf;p=misc.git diff --git a/Makefile b/Makefile index f7d486d..723702c 100644 --- a/Makefile +++ b/Makefile @@ -2,15 +2,14 @@ CC=gcc LD=gcc CFLAGS=-O2 -Wall -W -Wno-parentheses -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wredundant-decls -std=gnu99 -all: - @echo "Please choose what to make:" - @grep '^[^ ]*:' Makefile | grep -v = +all: utf8-check parrot: parrot.c xclipcat: xclipcat.c xclipsend: xclipsend.c prefork: prefork.c pcap-tail: pcap-tail.c +utf8-check: utf8-check.c fft: fft.c fft: LDFLAGS+=-lm