From 3d89e948231eb43631ed6b9b3ef50ce551c6ddf8 Mon Sep 17 00:00:00 2001 From: Tobi-D7 Date: Sun, 24 Jul 2022 01:17:22 +0200 Subject: [PATCH] Litle Fix --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8b0c549..41288ee 100644 --- a/Makefile +++ b/Makefile @@ -115,7 +115,7 @@ dist-bin: all @tar --exclude=*~ -cjf $(TARGET)-$(VERSION).tar.bz2 include lib dist-src: - @tar --exclude=*~ -cjf $(TARGET)-src-$(VERSION).tar.bz2 include source Makefile + @tar --exclude=*~ -cjf $(TARGET)-src-$(VERSION).tar.bz2 include $(SOURCES) Makefile dist: dist-src dist-bin