Skip to content
Snippets Groups Projects
Commit feb900f1 authored by Wesley W. Terpstra's avatar Wesley W. Terpstra
Browse files

usb: build script

parent 8a89fe14
Branches
Tags
No related merge requests found
cdc_acm.asm
cdc_acm.cdb
cdc_acm.lk
cdc_acm.lst
cdc_acm.map
cdc_acm.mem
cdc_acm.omf
cdc_acm.rel
cdc_acm.rst
cdc_acm.sym
TARGETS = cdc_acm.ihx
all: $(TARGETS)
%.ihx: %.c
sdcc $<
clean:
rm -f `cat .gitignore` $(TARGETS)
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment