4 lines
63 B
Makefile
4 lines
63 B
Makefile
|
.PHONY: build
|
||
|
|
||
|
build:
|
||
|
7z a -pmalte -mhe=on "lite.apbx" ./src/*
|