Files
wait/Makefile
Marcel Nijenhof 31657be32c
All checks were successful
continuous-integration/drone/push Build is passing
iMakefile en drone pipeline
2020-09-12 10:12:56 +02:00

7 lines
48 B
Makefile

CFLAGS=-O2 -Wall
wait: wait.c
clean:
rm wait