diff options
| author | Aldrik Ramaekers <aldrik@mailbox.org> | 2026-01-09 15:28:38 +0100 |
|---|---|---|
| committer | Aldrik Ramaekers <aldrik@mailbox.org> | 2026-01-09 15:28:38 +0100 |
| commit | 210404a73706993d197c1290d5a411394e176fbe (patch) | |
| tree | 93c3ea9fc4691ca42f26dd92c6e14627af0b47af /libs/anr/examples/Makefile | |
| parent | a65e876f3277a7d7fca6e5129ac3e200dae2d0dc (diff) | |
remove unused lib files
Diffstat (limited to 'libs/anr/examples/Makefile')
| -rw-r--r-- | libs/anr/examples/Makefile | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/libs/anr/examples/Makefile b/libs/anr/examples/Makefile deleted file mode 100644 index e7dcf86..0000000 --- a/libs/anr/examples/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -ifeq ($(OS),Windows_NT) - EXTENSION := .exe -else - EXTENSION := -endif - - -data: - gcc -g -Wall test_data.c -o bin/test_data$(EXTENSION) - ./bin/test_data$(EXTENSION) - -pdf: - rm bin/test_pdf.pdf || true - gcc -g -Wall test_pdf.c -o bin/test_pdf$(EXTENSION) - ./bin/test_pdf$(EXTENSION) - qpdf$(EXTENSION) --check bin/test_pdf.pdf -sc: - gcc -g -Wall test_sc.c -o bin/test_sc$(EXTENSION) - ./bin/test_sc$(EXTENSION)
\ No newline at end of file |
