lab1 done

This commit is contained in:
dDogge 2024-11-12 12:53:50 +01:00
parent 8b87ead3b9
commit 4eedfb85f5
56 changed files with 316 additions and 71 deletions

View file

@ -25,6 +25,8 @@ PROGS = read-words example-out
all: $(PROGS)
test: ./example-out ./read-words
# Phony targets
.PHONY: all test clean distclean