remove obsolete Drone CI configuration file

This commit is contained in:
2025-09-30 13:58:55 +02:00
parent d22e262251
commit 49c4fce334

View File

@@ -1,10 +0,0 @@
---
kind: pipeline
name: default
steps:
- name: build
image: gcc
commands:
- rm config.h
- make clean