You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
libtcap/tests/Makefile

10 lines
167 B

.PHONY: all clean
all: basic
basic: basic.c ../src/libtcap.so.0
gcc -Wall -g -I ../include -I../asn1-compiled basic.c -o basic -L../src -ltcap
clean:
rm -f basic