diff test/call_suite_aggrs/Makefile.generic @ 602:22e4e3f06797

tests: - removed stale test/sharedlib (which built a dll, but is unused now, dynload_plain prob used it but provides such libs itself, now) - sync'ed some embedded Makefiles w/ generic ones - suite3: fixed C++ flags
author Tassilo Philipp
date Wed, 21 Sep 2022 13:25:35 +0200
parents bb4933eab7d6
children
line wrap: on
line diff
--- a/test/call_suite_aggrs/Makefile.generic	Wed Sep 21 10:54:29 2022 +0200
+++ b/test/call_suite_aggrs/Makefile.generic	Wed Sep 21 13:25:35 2022 +0200
@@ -8,7 +8,7 @@
 .PHONY: all clean install config config-random
 all: ${APP}
 ${APP}: ${OBJS} 
-	${CC} ${CFLAGS} ${LDFLAGS} ${OBJS} ${LDLIBS} -o ${APP} 
+	${CC} ${CFLAGS} ${LDFLAGS} ${OBJS} ${LDLIBS} -o ${APP}
 clean:
 	rm -f ${APP} ${OBJS}
 install: