1 2 3 4 5 6 7
all: schema_mount_example schema_mount_example: schema_mount_example.c gcc -Wall -g -o $@ $^ -lyang clean: rm -f schema_mount_example