aboutsummaryrefslogtreecommitdiffstats
path: root/makefile
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2018-12-08 14:10:40 +1100
committerDean Camera <dean@fourwalledcubicle.com>2018-12-08 14:10:40 +1100
commitf2740a66bafa876dfcf2cdfa4c6f3e17395e8bf8 (patch)
tree38653936007db04e1d5f24e97a5d91d57438af66 /makefile
parent5d2743e85238306d993afbf2830c26e1d07cf1e7 (diff)
downloadlufa-f2740a66bafa876dfcf2cdfa4c6f3e17395e8bf8.tar.gz
lufa-f2740a66bafa876dfcf2cdfa4c6f3e17395e8bf8.tar.bz2
lufa-f2740a66bafa876dfcf2cdfa4c6f3e17395e8bf8.zip
CI: Build on Arch (bleeding-ege) and Ubuntu (stable) AVR-GCC toolchains.
Diffstat (limited to 'makefile')
-rw-r--r--makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/makefile b/makefile
index db8279dbe..1080f765a 100644
--- a/makefile
+++ b/makefile
@@ -9,7 +9,6 @@
# Makefile to build the LUFA library, projects and demos.
# Call with "make all" to rebuild everything, "make clean" to clean everything,
-# "make mostlyclean" to remove all intermediary files but preserve any binaries,
# "make doxygen" to document everything with Doxygen (if installed). Call
# "make help" for additional target build information within a specific project.