all: g++ -g -o llist-cpp llist.cc gcc -g -o llist-c llist.c clean: rm -f llist-cpp llist-c