item per line in footprint script, better copyright handling
[hw/altusmetrum] / packages / Makefile
index 6cf810205e93e859f337692099a751259db6e8ee..1e8a04d9f21fc53b95e0d96291531e53829def88 100644 (file)
@@ -158,7 +158,8 @@ $(CLEANDIRS):
 $(FOOTPRINTS): footprint.5c fplht.py
 
 clean: $(CLEANDIRS)
-       rm -f $(FOOTPRINTS) *.pyc
+       rm -f $(FOOTPRINTS) *.pyc 
+       rm -rf __pycache__
 
 .PHONY: subdirs $(DIRS)
 .PHONY: subdirs $(BUILDDIRS)