Info1-Uebungen/ub4/Makefile

3 lines
61 B
Makefile

all: powerCalc.c
gcc -o powerCalc -g -ggdb -O0 powerCalc.c