WIP: Initial implementation of media library, simple threaded CLI.
This commit is contained in:
4
Makefile
4
Makefile
@ -3,6 +3,10 @@ SOURCES := $(shell find src/main/nim -name "*.nim")
|
||||
wdiwtlt.exe: $(SOURCES)
|
||||
nimble build -d:mingw --cpu:amd64
|
||||
|
||||
.PHONY: install-win
|
||||
install-win: wdiwtlt.exe
|
||||
cp wdiwtlt.exe /home/jdb/winhome/programs/vlc-3.0.18
|
||||
|
||||
.PHONY: run-win
|
||||
run-win: wdiwtlt.exe
|
||||
cp wdiwtlt.exe /home/jdb/winhome/programs/vlc-3.0.18
|
||||
|
Reference in New Issue
Block a user