Makefile

Sign up for a GitHub account Sign in All Gists wraithan / Makefile secret Last active December 06, 2014 Code Revisions 2 /.sunken-menu-group /.sunken-menu-contents Embed HTTPS SSH You can clone with HTTPS or SSH . Download Gist /.only-with-full-nav View Makefile Makefile Raw File suppressed. Click to show. 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 NODEMON = nodemon -e rs -x make all : clean test build build : cargo build test : cargo test clean : cargo clean clear : clear watch : $( NODEMON ) clear all watch_test : $( NODEMON ) clear clean test watch_build : $( NODEMON ) clear clean build Sign up for free to join this conversation on GitHub . Already have an account? Sign in to comme...

Linked on 2014-12-06 20:33:23 | Similar Links