Skip to content

Instantly share code, notes, and snippets.

@benwaffle
Created February 28, 2018 06:50
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 benwaffle/a977fa2eea421f0a06927bf636ffb3fd to your computer and use it in GitHub Desktop.
Save benwaffle/a977fa2eea421f0a06927bf636ffb3fd to your computer and use it in GitHub Desktop.
CFLAGS += -Wall -Werror -pedantic -I../../include
LDLIBS += -L../../lib -llist -lmy
pipes: pipes.c
all: pipes
clean:
$(RM) pipes
fclean: clean
$(RM) exec
re: fclean all
.PHONY: all clean fclean re
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment