test: test.o ../libuch.a @gcc -g -o test test.o munit/munit.c ../libuch.a test.o: test.c @gcc -g -c test.c ../libuch.a: @(cd .. && make) clean: @rm -f test test.o