Skip to content
Snippets Groups Projects
Commit 65ddccc0 authored by Marek Vavruša's avatar Marek Vavruša
Browse files

build: modules/lua, added clean rule

parent 073fb627
Branches
Tags
No related merge requests found
......@@ -25,10 +25,11 @@ endef
# Lua target definition
define lua_target
$(1) := $(2)/$(1).lua
$(1)-clean:
$(1)-install: $(2)/$(1).lua
$(INSTALL) -d $(PREFIX)/$(MODULEDIR)
$(INSTALL) $$^ $(PREFIX)/$(MODULEDIR)
.PHONY: $(1) $(1)-install
.PHONY: $(1) $(1)-install $(1)-clean
endef
# Make Go module
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment