commit 0bce25d6f820386faa044434051105f2ff92c701
parent 7d1aca9563c3a1e587df714027db50c735c8d3f1
Author: mjkloeckner <martin.cachari@gmail.com>
Date: Sat, 23 Jul 2022 19:49:01 -0300
Removed shift.c a temp file that is no longer required
Diffstat:
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/Makefile b/Makefile
@@ -1,8 +1,7 @@
CC := gcc
CLIBS :=
CFLAGS := -Wall -Wshadow -pedantic -ansi -std=c99 -O3
-# SRCS := $(wildcard *.c)
-SRCS := $(shell find ./ ! -name "shift.c" -name "*.c")
+SRCS := $(wildcard *.c)
OBJS := $(SRCS:.c=.o)
TARGET := 6502