From 6104c0ee7257ae99e5187f56593442ca9f04084b Mon Sep 17 00:00:00 2001 From: Oskar Date: Sun, 31 Mar 2024 21:30:11 +0200 Subject: Started integrating the input system. Mainly trying to integrate the 'singles' so far because they will be the easiest. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index cf87f01..cd95d71 100644 --- a/Makefile +++ b/Makefile @@ -17,7 +17,7 @@ clean: tests: echo "CC 7ed.c functions.c startmode.c editmode.c ---> test/$(TESTTARGET)" - $(CC) $(CFLAGS_TESTBIN) 7ed.c functions.c startmode.c editmode.c -o test/$(TESTTARGET) + $(CC) $(CFLAGS_TESTBIN) 7ed.c functions.c startmode.c editmode.c input.c i_validation.c -o test/$(TESTTARGET) install: cp $(TARGET) $(INSTALL_DIRECTORY) -- cgit v1.2.3