Add cleanup

This commit is contained in:
Przemek Grondek 2023-05-01 00:01:02 +02:00
parent 1849cccdcd
commit 257d627fe7

View File

@ -1,4 +1,7 @@
.PHONY: build
.PHONY: clean build
build:
7z a -pmalte -mhe=on "lite.apbx" ./src/*
7z a -pmalte -mhe=on "lite.apbx" ./src/*
clean:
rm lite.apbx