Skip to content

Instantly share code, notes, and snippets.

View xcodebuild's full-sized avatar
💭
Busy

xcodebuild xcodebuild

💭
Busy
View GitHub Profile
@xcodebuild
xcodebuild / makefile
Created October 5, 2014 04:53
Makefile watch
watch:
while true; do \
make all; \
inotifywait -qre close_write .; \
done
# Then you can use make watch run `make all` once file in . changed