6 lines
34 B
Makefile
6 lines
34 B
Makefile
all:
|
|
gcc uart.c
|
|
|
|
clean:
|
|
rm uart
|
all:
|
|
gcc uart.c
|
|
|
|
clean:
|
|
rm uart
|