This commit is contained in:
ubuntu24 2025-12-11 20:33:19 +08:00
parent 43ba05ccc6
commit 6007435783
2 changed files with 2 additions and 2 deletions

Binary file not shown.

View File

@ -1,7 +1,7 @@
led:led.s led:led.s
arm-linux-gnueabihf-gcc -c -v led.s arm-linux-gnueabihf-gcc -c led.s
arm-linux-gnueabihf-gcc -o led led.o arm-linux-gnueabihf-gcc -o led led.o
clean: clean:
rm -f *.o rm -f *.o