all: gcc exp.c test.c -Wall -rdynamic -o test_exp clean: rm test_exp