corrects build command in Makefile

This commit is contained in:
Florian Klemenz 2021-02-19 10:11:39 +01:00
parent d9ce836371
commit 7bb9c972f7
2 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
all:
gcc uart.c
gcc -o uart uart.c
clean:
rm uart

BIN
a.out

Binary file not shown.