9645fd9cc8dfbca23e168e8495511d3712000e98
[openbsd] /
1 C_SOURCES := main.c
2
3 ifneq (,$(findstring icc,$(CC)))
4     CFLAGS_EXTRAS := -debug inline-debug-info
5 endif
6
7 include Makefile.rules