Skip to content

Commit 7aaa213

Browse files
committed
Fix up excluding compiled dir in Makefiles.
1 parent 957331d commit 7aaa213

File tree

16 files changed

+21
-16
lines changed

16 files changed

+21
-16
lines changed

langs/abscond/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ default: submit.zip
1717
submit.zip:
1818
zip submit.zip -r * \
1919
-x \*.[os] -x \*~ -x \*zip \
20-
-x \*Zone.Identifier -x **compiled**
20+
-x \*Zone.Identifier -x \*\*compiled\*\*
2121

2222
runtime.o: $(objs)
2323
ld -r $(objs) -o runtime.o

langs/blackmail/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ default: submit.zip
1717
submit.zip:
1818
zip submit.zip -r * \
1919
-x \*.[os] -x \*~ -x \*zip \
20-
-x \*Zone.Identifier -x **compiled**
20+
-x \*Zone.Identifier -x \*\*compiled\*\*
2121

2222
runtime.o: $(objs)
2323
ld -r $(objs) -o runtime.o

langs/con/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ default: submit.zip
1717
submit.zip:
1818
zip submit.zip -r * \
1919
-x \*.[os] -x \*~ -x \*zip \
20-
-x \*Zone.Identifier -x **compiled**
20+
-x \*Zone.Identifier -x \*\*compiled\*\*
2121

2222
runtime.o: $(objs)
2323
ld -r $(objs) -o runtime.o

langs/dodger/Makefile

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,12 @@ objs = \
1313
print.o \
1414
values.o
1515

16-
default: runtime.o
16+
default: submit.zip
17+
18+
submit.zip:
19+
zip submit.zip -r * \
20+
-x \*.[os] -x \*~ -x \*zip \
21+
-x \*Zone.Identifier -x \*\*compiled\*\*
1722

1823
runtime.o: $(objs)
1924
ld -r $(objs) -o runtime.o

langs/dupe/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ default: submit.zip
1818
submit.zip:
1919
zip submit.zip -r * \
2020
-x \*.[os] -x \*~ -x \*zip \
21-
-x \*Zone.Identifier -x **compiled**
21+
-x \*Zone.Identifier -x \*\*compiled\*\*
2222

2323
runtime.o: $(objs)
2424
ld -r $(objs) -o runtime.o

langs/evildoer/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ default: submit.zip
1919
submit.zip:
2020
zip submit.zip -r * \
2121
-x \*.[os] -x \*~ -x \*zip \
22-
-x \*Zone.Identifier -x **compiled**
22+
-x \*Zone.Identifier -x \*\*compiled\*\*
2323

2424
runtime.o: $(objs)
2525
ld -r $(objs) -o runtime.o

langs/fraud/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ default: submit.zip
1919
submit.zip:
2020
zip submit.zip -r * \
2121
-x \*.[os] -x \*~ -x \*zip \
22-
-x \*Zone.Identifier -x **compiled**
22+
-x \*Zone.Identifier -x \*\*compiled\*\*
2323

2424
runtime.o: $(objs)
2525
ld -r $(objs) -o runtime.o

langs/hoax/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ default: submit.zip
1919
submit.zip:
2020
zip submit.zip -r * \
2121
-x \*.[os] -x \*~ -x \*zip \
22-
-x \*Zone.Identifier -x **compiled**
22+
-x \*Zone.Identifier -x \*\*compiled\*\*
2323

2424
runtime.o: $(objs)
2525
ld -r $(objs) -o runtime.o

langs/hustle/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ default: submit.zip
1919
submit.zip:
2020
zip submit.zip -r * \
2121
-x \*.[os] -x \*~ -x \*zip \
22-
-x \*Zone.Identifier -x **compiled**
22+
-x \*Zone.Identifier -x \*\*compiled\*\*
2323

2424
runtime.o: $(objs)
2525
ld -r $(objs) -o runtime.o

langs/iniquity/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ default: submit.zip
1919
submit.zip:
2020
zip submit.zip -r * \
2121
-x \*.[os] -x \*~ -x \*zip \
22-
-x \*Zone.Identifier -x **compiled**
22+
-x \*Zone.Identifier -x \*\*compiled\*\*
2323

2424
runtime.o: $(objs)
2525
ld -r $(objs) -o runtime.o

0 commit comments

Comments
 (0)