💾 Archived View for gmi.noulin.net › gitRepositories › git-off › file › src › node_modules › sync-ex… captured on 2023-07-10 at 17:57:30. Gemini links have been rewritten to link to archived content

View Raw

More Information

⬅️ Previous capture (2023-01-29)

-=-=-=-=-=-=-

git-off

Log

Files

Refs

README

Makefile (192B)

     1 .PHONY: clean compile npm test
     2 
     3 compile: clean npm
     4         node_modules/.bin/coffee -o js/ coffee/
     5 
     6 npm:
     7         npm install
     8 
     9 clean:
    10         rm -rf js/
    11 
    12 test: compile
    13         node_modules/.bin/coffee test/example.coffee