diff options
Diffstat (limited to 'ui/rampingios/Makefile')
| -rw-r--r-- | ui/rampingios/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ui/rampingios/Makefile b/ui/rampingios/Makefile new file mode 100644 index 0000000..8db198e --- /dev/null +++ b/ui/rampingios/Makefile @@ -0,0 +1,7 @@ +all: + ./build-all.sh + +clean: + rm -f *.hex cfg-*.h *~ *.elf *.o + +.phony: clean |
