Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 3a1e2b4

Browse files
Update makefile
1 parent 7391c4c commit 3a1e2b4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
all: $(TARGET)
1313

1414
$(TARGET): $(TARGET).cpp
15-
$(CC) $(CFLAGS) -o $(TARGET) $(TARGET).cpp
15+
$(CC) $(CFLAGS) -o $(TARGET) $(TARGET).cpp
1616

1717
clean:
18-
$(RM) $(TARGET)
18+
$(RM) $(TARGET)

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /