授業でやるやつ
Cygwin(Windows)
$ make
windres -i myicon.rc -o obj/myicon.o
├── Makefile
├── README.md
├── bin // Binary
├── docs // Documents
├── include // Headers
├── media // Resources (e.g. images)
├── myicon.rc // Resource file to link icon
├── obj // Object files
├── src // C files
└── test // Test codes