Plasma GitLab Archive
Projects Blog Knowledge

# Driving Makefile

.PHONY: all opt clean doc install uninstall

all:
	omake NATIVE_ENABLED=false
	omake cached NATIVE_ENABLED=false

opt:
	omake NATIVE_ENABLED=true
	omake cached NATIVE_ENABLED=true

clean:
	omake clean

install:
	omake install

uninstall:
	omake uninstall

This web site is published by Informatikbüro Gerd Stolpmann
Powered by Caml