File: Makefile

package info (click to toggle)
node-topcube 0.2.0%2Bds1-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 128 kB
  • ctags: 23
  • sloc: cpp: 119; makefile: 32; python: 12; sh: 1
file content (8 lines) | stat: -rw-r--r-- 74 bytes parent folder | download
1
2
3
4
5
6
7
8
build:
	npm install

clean:
	rm -rf ./build
	rm -rf ./bin/*

.PHONY: build