Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove TARGETS file #222

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Remove TARGETS file #222

wants to merge 2 commits into from

Commits on Aug 25, 2021

  1. replace TARGETS by Makefile variables and shell globs

    The only user of that file was "make clean". Otherwise it duplicates things
    that are in .gitignore. Be a bit more aggressive when cleaning object files and
    static libraries and put the rest into make variables.
    DerDakon committed Aug 25, 2021
    Configuration menu
    Copy the full SHA
    232ba5c View commit details
    Browse the repository at this point in the history
  2. gitignore: use glob expressions for build results

    Signed-off-by: Rolf Eike Beer <eike@sf-mail.de>
    DerDakon committed Aug 25, 2021
    Configuration menu
    Copy the full SHA
    520d352 View commit details
    Browse the repository at this point in the history