Page MenuHomec4science

Makefile
No OneTemporary

File Metadata

Created
Mon, Jul 29, 16:10

Makefile

space :=
space +=
CFLAGS=`pkg-config --cflags liboncilla-webots-0` -O3
LIBRARIES=`pkg-config --libs liboncilla-webots-0`
WEBOTS_HOME_PATH=$(subst $(space),\ ,$(strip $(subst \,/,$(WEBOTS_HOME))))
include $(WEBOTS_HOME_PATH)/resources/projects/default/controllers/Makefile.include

Event Timeline