From bc45bc08b9ca3de645e5d88d262f8114b8c77774 Mon Sep 17 00:00:00 2001 From: Stefan Date: Sat, 30 Dec 2023 00:01:19 +0100 Subject: [PATCH] Updated makefile --- autotest/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autotest/makefile b/autotest/makefile index d54b0d5..29ec3cb 100644 --- a/autotest/makefile +++ b/autotest/makefile @@ -1,6 +1,6 @@ CC=../bin/oscar64 CXX=$(CC) -SRCS=$(wildcard *.c *.cpp) +SRCS=$(filter-out opp_part1.cpp opp_part2.cpp, $(wildcard *.c *.cpp)) EXES=$(patsubst %.c,%,$(SRCS)) EXES:=$(patsubst %.cpp,%,$(EXES))