Skip to content
Snippets Groups Projects

Resolve "review cvorg"

Merged Federico Vaga requested to merge 23-review-cvorg into master
All threads resolved!
Files
18
+ 5
2
TOPDIR = $(shell pwd)/..
REPO_PARENT ?= $(TOPDIR)/..
# include the build environment
include ../../common.mk
include $(REPO_PARENT)/common.mk
#include version information
include ../versions.mk
include $(TOPDIR)/versions.mk
CFLAGS := -Wall -g -I../include
CFLAGS += -DGIT_VERSION=\"$(GIT_VERSION)\"
Loading