rvz-convert/Makefile

5 lines
128 B
Makefile
Raw Normal View History

2025-01-21 01:20:25 +00:00
all: src/main.cpp src/options.cpp submodules
cc -Wall -O src/main.cpp src/options.cpp -o bin/rvz-convert -lstdc++
submodules: