push changes
[c11tester.git] / test / Makefile
index c81739902b94d01fd48aee8064228149a7595443..a0b6d6e4ac9829bb6184e41c6cc5bca8b064c03e 100644 (file)
@@ -2,6 +2,8 @@ include ../common.mk
 
 CPPFLAGS += -I.. -I../include
 
+# Mac OSX options
+
 SRCS = $(wildcard *.c)
 OBJS = $(patsubst %.c,%.o,$(SRCS))