Skip to content

Instantly share code, notes, and snippets.

@snogge

snogge/Makefile Secret

Created January 31, 2022 10:21
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 snogge/258f4b44e02752c9f974bb2126f9207b to your computer and use it in GitHub Desktop.
Save snogge/258f4b44e02752c9f974bb2126f9207b to your computer and use it in GitHub Desktop.
simple_makefile
all: main
install:
install -d $(DESTDIR)$(bindir)
install main $(DESDTIR)$(bindir)/main
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment