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.
|
all: atnwalk.so
|
|
|
|
atnwalk.so: atnwalk.c
|
|
$(CC) -I ../../include/ -shared -fPIC -O3 -o atnwalk.so atnwalk.c
|
|
|
|
clean:
|
|
rm -f *.so *.o *~ core
|