stage4/generate_cc/Makefile
changeset 36 4d7fd441fbc3
parent 0 fb772792efd1
child 40 873a5b60a7ea
--- 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 \