aboutsummaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'makefile')
-rw-r--r--makefile5
1 files changed, 5 insertions, 0 deletions
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)