13 lines
248 B
Plaintext
13 lines
248 B
Plaintext
targets=filter
|
|
cflags_force=-W `pkg-config --cflags libSystem`
|
|
cflags=-Wall -g -O2 -pedantic
|
|
ldflags_force=`pkg-config --libs libSystem` -lintl
|
|
ldflags=
|
|
dist=Makefile
|
|
|
|
[filter]
|
|
type=binary
|
|
sources=filter.c
|
|
ldflags=../src/filter.o
|
|
install=$(BINDIR)
|