Skip to content

Instantly share code, notes, and snippets.

@silentbicycle
Created November 12, 2014 14:26
Show Gist options
  • Save silentbicycle/d8278c49599e3cd68042 to your computer and use it in GitHub Desktop.
Save silentbicycle/d8278c49599e3cd68042 to your computer and use it in GitHub Desktop.
ugly GNU make hackery
include fake_init
all: actual_target
fake_init:
@echo run before everything else
actual_target:
@echo real work happens here
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment