fixing typo in Makefile

This commit is contained in:
Keyoonz
2024-09-21 15:11:27 +02:00
parent f129d471a1
commit 058b5cf96a
+1 -1
View File
@@ -25,6 +25,6 @@ debug: main.c main.h
$(CC) main.c -o $(BELUGA_OUTPUT)/$(DEBUG_DIR)/beluga $(DEBUG_FLAGS)
clean:
rm -rf $(BELUGA-OUTPUT)
rm -rf $(BELUGA_OUTPUT)
# end