icp/oer/courses/c-newcomers/sections/01-introduction/03-variables/Makefile

5 lines
53 B
Makefile
Raw Normal View History

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