]> git.buserror.net Git - polintos/scott/priv.git/blobdiff - Makefile.head
Initial struct marshalling.
[polintos/scott/priv.git] / Makefile.head
index 61456a0c08b845611b431800d73877bf48c6e740..e3665175dfd8d6aa7636cdb10118ec2323e7b479 100644 (file)
@@ -50,6 +50,11 @@ WARN += -Wall -Werror
 OPT += -O2
 DEBUG += -g3
 ABI += -freg-struct-return
+ifeq ($(V),)
+       V := @
+else
+       override V := 
+endif
 
 CXXFLAGS += $(DEFS) $(CXXINCS) $(CXXWARN) $(OPT) $(DEBUG) $(ABI)
 BUILDCXXFLAGS += $(BUILDDEFS) $(CXXWARN) $(OPT) $(DEBUG)