diff options
Diffstat (limited to 'Demos/makefile')
-rw-r--r-- | Demos/makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Demos/makefile b/Demos/makefile index 30434b7ea..0dbfc1da0 100644 --- a/Demos/makefile +++ b/Demos/makefile @@ -1,7 +1,7 @@ # # LUFA Library # Copyright (C) Dean Camera, 2010. -# +# # dean [at] fourwalledcubicle [dot] com # www.fourwalledcubicle.com # @@ -19,3 +19,4 @@ all: $(MAKE) -C Device $@ $(MAKE) -C Host $@ $(MAKE) -C DualRole $@ + |