Rename C++ files

This commit is contained in:
2024-06-22 13:54:45 +01:00
parent fcdaf41495
commit 37d3340df9
24 changed files with 17 additions and 17 deletions

View File

@@ -1,7 +1,7 @@
CC=clang++
CFLAGS=-g -O0 -Wall -Wextra
LIBS=-Wl,-rpath,./lib -L./lib -lsim86
SRC=*.cpp
SRC=*.cc
OUT=sim86
all: