Production ready agile object orientation

This commit is contained in:
2025-10-18 21:20:30 +02:00
parent 0d06ef3543
commit 06c58765eb
2 changed files with 40 additions and 9 deletions

View File

@@ -11,5 +11,9 @@ main.o: main.c
ui.o: ui.c
util.o: util.c
tarball2: deel2.tar.gz
deel2.tar.gz: box.c chart.c main.c ui.c util.c box.h util.h ui.h util.h README.md makefile
tar czf $@ $^
clean:
rm *.o main