diff options
Diffstat (limited to 'apps')
-rw-r--r-- | apps/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/Makefile b/apps/Makefile index 6b54d17..8426b9c 100644 --- a/apps/Makefile +++ b/apps/Makefile @@ -14,7 +14,7 @@ all: $(COBJS) @$(CC) -c $(CFLAGS) $< -o $@ @$(LD) -o $(@:.o=.elf) -Tlink.ld -L../build/ $@ -lgui -ltxt -lnet -lc @$(OC) -O binary $(@:.o=.elf) ../build/apps/$(@:.o=) -# @cp $(@:.o=.elf) ../build/apps/$(@:.o=.dbg) + @cp $(@:.o=.elf) ../build/apps/$(@:.o=.elf) # %.o: %.c # @mkdir -p ../build/apps/ |