We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26e1f1a commit 2304058Copy full SHA for 2304058
src/cegis/Makefile
@@ -93,15 +93,15 @@ OBJ += ../ansi-c/ansi-c$(LIBEXT) \
93
94
INCLUDES= -I ..
95
96
+include ../config.inc
97
+include ../common
98
+
99
ifeq ($(filter-out Unix MinGW Cygwin OSX OSX_Universal,$(BUILD_ENV_)),)
100
DLFCN_LINKFLAGS = -ldl
101
endif
102
103
LIBS = $(DLFCN_LINKFLAGS)
104
-include ../config.inc
-include ../common
-
105
CLEANFILES = cegis$(EXEEXT)
106
107
all: cegis$(EXEEXT)
0 commit comments