aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorFlavian Kaufmann <flavian@flaviankaufmann.ch>2025-05-22 13:23:18 +0200
committerFlavian Kaufmann <flavian@flaviankaufmann.ch>2025-05-22 13:23:18 +0200
commit6ef8829451871b534572d47312ae255dee088588 (patch)
tree3652795378f330452d8752dd9d1783a74a620d78 /Makefile
parent027fc783faa9a25b373099e0e0f86d3859b7235d (diff)
downloadimp-6ef8829451871b534572d47312ae255dee088588.tar.gz
imp-6ef8829451871b534572d47312ae255dee088588.zip
cleanup
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)