diff options
| author | 2019-11-20 22:17:07 -0800 | |
|---|---|---|
| committer | 2019-11-20 22:17:07 -0800 | |
| commit | e7f4d56592b3975c38af329e77b4efd9108495e8 (patch) | |
| tree | 0a416bccbf70bfdbdb9ffcdb3bf136b47378c014 /lib/lufa/Demos/makefile | |
| parent | 71493b2f9bbd5f3d18373c518fa14ccafcbf48fc (diff) | |
| parent | 8416a94ad27b3ff058576f09f35f0704a8b39ff3 (diff) | |
| download | qmk_firmware-e7f4d56592b3975c38af329e77b4efd9108495e8.tar.gz | |
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'lib/lufa/Demos/makefile')
| -rw-r--r-- | lib/lufa/Demos/makefile | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/lib/lufa/Demos/makefile b/lib/lufa/Demos/makefile deleted file mode 100644 index 38694d994..000000000 --- a/lib/lufa/Demos/makefile +++ /dev/null @@ -1,22 +0,0 @@ -# -# LUFA Library -# Copyright (C) Dean Camera, 2017. -# -# dean [at] fourwalledcubicle [dot] com -# www.lufa-lib.org -# - -# Makefile to build all the LUFA Demos. Call with "make all" to -# rebuild all demos. - -# Projects are pre-cleaned before each one is built, to ensure any -# custom LUFA library build options are reflected in the compiled -# code. - -all: - -%: - $(MAKE) -C Device $@ - $(MAKE) -C Host $@ - $(MAKE) -C DualRole $@ - |