diff -r 9f3d6c089533 -r 4d7fd441fbc3 stage4/generate_cc/Makefile --- a/stage4/generate_cc/Makefile Thu Jun 21 10:22:32 2007 +0200 +++ b/stage4/generate_cc/Makefile Fri Jul 06 17:42:39 2007 +0200 @@ -27,6 +27,10 @@ ../% /%: $(MAKE) -C $(@D) $(@F) +test_iec_std_lib: test_iec_std_lib.c iec_std_lib.h + gcc -o test_iec_std_lib test_iec_std_lib.c + +test: test_iec_std_lib Makefile.depend depend: $(CXX) -MM -MG -I. *.cc \