makefile: remove accidentally added

This commit is contained in:
Philip Monk 2019-12-02 01:27:55 -08:00
parent e3005eaffa
commit 17bc3ec10c
No known key found for this signature in database
GPG Key ID: B66E1F02604E44EC

View File

@ -46,18 +46,6 @@ mrproper: clean
################################################################################
include/ca-bundle.h:
@echo XXD -i $(SSL_CERT_FILE)
@cat $(SSL_CERT_FILE) > include/ca-bundle.crt
@xxd -i include/ca-bundle.crt > include/ca-bundle.h
@rm include/ca-bundle.crt
include/ivory.h:
@echo XXD -i $(IVORY)
@cat $(IVORY) > u3_Ivory.pill
@xxd -i u3_Ivory.pill > include/ivory.h
@rm u3_Ivory.pill
build/ames_tests: $(common_objs) tests/ames_tests.o
@echo CC -o $@
@mkdir -p ./build