Skip to content

Instantly share code, notes, and snippets.

@sampsyo
Created July 16, 2015 17:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sampsyo/24fc210912fa7d829a93 to your computer and use it in GitHub Desktop.
Save sampsyo/24fc210912fa7d829a93 to your computer and use it in GitHub Desktop.
SOURCES := $(wildcard common/*.c) $(wildcard includes/*.c) $(wildcard *.c)
OBJECTS := $(SOURCES:%.c=%.o)
mycmd: $(OBJECTS)
$(CC) -o $@ $^
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment