Skip to content

Instantly share code, notes, and snippets.

View yon's full-sized avatar

Yonatan Feldman yon

  • Earnest Analytics
  • New York, NY
View GitHub Profile
=================
gilt/gilt-android
=================
.PHONY: build clean install test
build:
./gradlew assemble
clean:

Keybase proof

I hereby claim:

  • I am yon on github.
  • I am yon (https://keybase.io/yon) on keybase.
  • I have a public key whose fingerprint is AA32 865C 6BDE F91F 9864 5F6D 8620 A477 A3EE C242

To claim this, I am signing this object:

HOME_REPO=$(HOME)/.home
all: setup update clean link set_permissions
clean:
for file in `ls -A -1 $(HOME_REPO)`; do \
/bin/rm -f -r $(HOME)/$${file}; \
done
setup: