Files

6 lines
114 B
Makefile
Raw Permalink Normal View History

2021-03-01 17:39:21 +03:00
all: nbackbright.nim
nim c -d:release --opt:size --nimcache:./.cache nbackbright.nim
2021-03-01 17:39:21 +03:00
clean:
rm -rf nbackbright