changeset 3219:092ee7d76271

Updated TCCC Driver makefile so it will have place holders for dsk, dskclean, and dskcopy so that make does not error out when chaining into the driver tree to build disk images where applicable.
author David Ladd <drencor-xeen@users.sourceforge.net>
date Wed, 20 Dec 2017 16:10:16 -0600
parents 0b7f231615a6
children 9ccec98c9897
files 3rdparty/drivers/tccc/makefile
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/3rdparty/drivers/tccc/makefile	Wed Dec 20 16:09:38 2017 -0600
+++ b/3rdparty/drivers/tccc/makefile	Wed Dec 20 16:10:16 2017 -0600
@@ -10,3 +10,7 @@
 clean:
 	$(RM) $(ALLOBJS)
 
+dsk:
+dskcopy:
+dskclean:
+