Some updates.

This commit is contained in:
Tomasz Półgrabia 2025-03-09 11:58:55 +01:00
parent a0b3856c69
commit c019a5a884
57 changed files with 2026 additions and 0 deletions

View file

@ -0,0 +1,9 @@
all: bajtek
bajtek: bajtek.adb
gnatmake $<
.PHONY: clean
clean:
rm -f *.o *.ali bajtek