Skip to content

Instantly share code, notes, and snippets.

@crmne
Created January 13, 2011 09:31
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save crmne/777632 to your computer and use it in GitHub Desktop.
Save crmne/777632 to your computer and use it in GitHub Desktop.
Create directory hard links on Mac OS X
hlink.o
hlink
.PHONY: clean
%.c.o:
hlink: hlink.o
${CC} ${LDFLAGS} $^ -o $@
clean:
-rm hlink.o hlink
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment