Skip to content

Commit 9f11f3f

Browse files
committed
remove unnecessary dist target
1 parent d8d7649 commit 9f11f3f

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

Makefile

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
_MAJOR := 1
2-
_MINOR := 2
3-
_PATCH := 4
4-
51
include $(DEVKITARM)/base_rules
62

73

@@ -43,6 +39,3 @@ thumb/%_crt0.o: %_crt0.s
4339

4440
%_crt0.o: %_crt0.s
4541
$(CC) -x assembler-with-cpp -marm -c $< -o$@
46-
47-
dist:
48-
@tar -cJf devkitarm-crtls-$(_MAJOR).$(_MINOR).$(_PATCH).tar.xz *.specs *.ld *.mem *.s Makefile

0 commit comments

Comments
 (0)