Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
Cherrytree56567 authored Sep 22, 2023
1 parent 4712232 commit cab9102
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions PSEMU/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
CC = g++
CFLAGS =
CC = g++-10
CFLAGS = -std=c++20

SRCS = $(wildcard *.cpp)
EXECUTABLE = PSEMU.elf
Expand All @@ -10,4 +10,4 @@ $(EXECUTABLE): $(OBJS)
$(CC) $(CFLAGS) $(SRCS) -o $@

clean:
rm -f $(EXECUTABLE)
rm -f $(EXECUTABLE)

0 comments on commit cab9102

Please sign in to comment.