Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Extend clean target to delete all the build artefacts
- Loading branch information
Showing
with
2 additions
and
2 deletions.
-
+1
−1
firmware/Makefile-avrusb.tiny45
-
+1
−1
firmware/usbtiny/common.mk
|
@@ -52,7 +52,7 @@ all: firmware.hex |
|
|
# +-------------------- CKDIV8 (divide clock by eight disabled) |
|
|
|
|
|
clean: |
|
|
rm -f firmware.lst firmware.obj firmware.cof firmware.list firmware.map *.bin *.o */*.o *~ */*~ firmware.s usbdrv/oddebug.s usbdrv/usbdrv.s |
|
|
rm -f firmware.hex firmware.lst firmware.obj firmware.cof firmware.list firmware.map *.bin *.o */*.o *~ */*~ firmware.s usbdrv/oddebug.s usbdrv/usbdrv.s |
|
|
|
|
|
# file targets: |
|
|
firmware.bin: $(OBJECTS) |
|
|
|
@@ -34,7 +34,7 @@ main.hex: |
|
|
all: main.hex $(SCHEM) |
|
|
|
|
|
clean: |
|
|
rm -f main.elf *.o tags *.sch~ gschem.log |
|
|
rm -f main.hex main.elf *.o tags *.sch~ gschem.log |
|
|
|
|
|
clobber: clean |
|
|
rm -f main.hex $(SCHEM) |
|
|