Skip to content

Instantly share code, notes, and snippets.

@shlevy
Created April 14, 2013 13:35
Show Gist options
  • Select an option

  • Save shlevy/5382758 to your computer and use it in GitHub Desktop.

Select an option

Save shlevy/5382758 to your computer and use it in GitHub Desktop.
.POSIX:
TARGETS = a b
.PHONY: all
all: $(TARGETS)
$(TARGETS): $@.o libexample.a
$(CC) $(LDFLAGS) -lexample $@.o
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment