Update .drone.yml
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Filip Rojek 2023-11-21 20:14:03 +01:00
parent bc610eadd8
commit 5c907737ef

View File

@ -6,4 +6,5 @@ steps:
- name: build - name: build
image: gcc image: gcc
commands: commands:
- rm config.h
- make clean - make clean