From aaeb153ce869567f4f88f083dba28445216714f6 Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Sun, 22 Jan 2023 00:23:32 +0100 Subject: Started working on testing (broken for now) --- Makefile | 6 ------ 1 file changed, 6 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 1b6055b..46234d5 100644 --- a/Makefile +++ b/Makefile @@ -10,7 +10,6 @@ CFLAGS = -std=c99 -pthread -pedantic -Wall -Wextra \ -Wno-unused-parameter -O3 ${CPPFLAGS} DBGFLAGS = -std=c99 -pthread -pedantic -Wall -Wextra \ -Wno-unused-parameter -g ${CPPFLAGS} -TESTFLAGS = ${DBGFLAGS} -DTEST CC = cc @@ -20,11 +19,6 @@ all: nissy nissy: clean ${CC} ${CFLAGS} -o nissy src/*.c -test: - ${CC} ${TESTFLAGS} -o nissy-test src/*.c tests/*.c - ./nissy-test - rm nissy-test - nissy.exe: x86_64-w64-mingw32-gcc ${CFLAGS} -static -o nissy.exe src/*.c -- cgit v1.3