aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 89eabac..46e938c 100644
--- a/Makefile
+++ b/Makefile
@@ -53,7 +53,7 @@ $(LEXER_O): $(LEXER_C)
$(CC) $(CFLAGS) -c $< -o $@
example: $(TARGET)
- ./$(TARGET) -i example/example.imp
+ ./$(TARGET) -i examples/example.imp
repl: $(TARGET)
./$(TARGET)