android13/external/libcap/contrib/bug400591/Makefile

10 lines
166 B
Makefile

all: bug
bug: bug.c ../../libcap Makefile
make -C ../../libcap
cc -g -I../../libcap/include --static -o $@ $< -L../../libcap -lcap
./bug
clean:
rm -f bug.o bug