diff options
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 |
