diff options
author | TheJackiMonster <thejackimonster@gmail.com> | 2022-04-23 21:32:14 +0200 |
---|---|---|
committer | TheJackiMonster <thejackimonster@gmail.com> | 2022-04-23 21:32:14 +0200 |
commit | 3496003fe93ca062bcbe08de663dc2dabaeff794 (patch) | |
tree | 9a140abc307cf00eb3974ab46ed999d25a80ed30 | |
parent | ae185b835a70c27a894bb2ac82d57eef57fe3757 (diff) |
Fixed typo in makefile
Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -38,7 +38,7 @@ LIBRARIES = gnunetarm\ DIST_FILES = Makefile\ AUTHORS\ - CHANGED.md\ + CHANGES.md\ COPYING\ Doxyfile\ HOWTO.md\ |