reorganize packaging system

This commit is contained in:
2025-01-21 01:20:25 +00:00
parent b3012f0ebb
commit 849ae78113
6 changed files with 14 additions and 32 deletions

4
Makefile Normal file
View File

@@ -0,0 +1,4 @@
all: src/main.cpp src/options.cpp submodules
cc -Wall -O src/main.cpp src/options.cpp -o bin/rvz-convert -lstdc++
submodules: