Litle Fix

This commit is contained in:
tobid7 2022-07-24 01:17:22 +02:00
parent 228d0088fb
commit 3d89e94823

View File

@ -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