From 34e6285c3d3bdb31eb476d13d4d083757a51bfe6 Mon Sep 17 00:00:00 2001 From: ame Date: Wed, 8 May 2024 10:55:05 -0500 Subject: work on threads --- makefile | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'makefile') diff --git a/makefile b/makefile index 8dc9205..3c5b82f 100644 --- a/makefile +++ b/makefile @@ -18,6 +18,11 @@ all: $(TARGET) debug: CFLAGS += -g debug: all +reg: + rm src/reg.o + +reg: all + %.o: %.c $(CC) -c $< -o $@ $(CFLAGS) -- cgit v1.2.3