You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
dvmfirmware-hs/Makefile

11 lines
152 B

#!/usr/bin/make
default:
@echo Use the appropriate platform specific Makefile: Makefile.STM32FX.
clean:
$(MAKE) -f Makefile.STM32FX clean
.FORCE:

Powered by TurnKey Linux.