icp/oer/courses/c-newcomers/sections/01-introduction/02-bmi/Makefile

6 lines
54 B
Makefile
Raw Normal View History

2018-05-05 22:18:02 +00:00
all:
gcc program.c -o program
clean:
rm -f program