2026-06-18 09:03:11 +02:00

7 lines
226 B
Makefile

LIBFILES = suche.c ../utils/zahlenEingabe.c ../utils/stoppuhr.c ../utils/zufallsarray.c
sucheTest:
gcc -Wall -o sucheTest sucheTest.c $(LIBFILES)
zaehleVorkommen:
gcc -Wall -o zaehleVorkommen zaehleVorkommen.c $(LIBFILES)