{"id":873,"date":"2023-05-22T07:54:26","date_gmt":"2023-05-22T07:54:26","guid":{"rendered":"http:\/\/robinluo.top\/?p=873"},"modified":"2023-05-22T07:55:34","modified_gmt":"2023-05-22T07:55:34","slug":"makefile-example","status":"publish","type":"post","link":"https:\/\/robinluo.top\/?p=873","title":{"rendered":"makefile example"},"content":{"rendered":"\n<p>linux\u4e0b make file example<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>CC=gcc\r\nall: helloworld.o\r\n\t$(CC) helloworld.o -o helloworld\r\n\r\nhelloworld.o:\r\n\t$(CC) -c helloworld.c -o helloworld.o\r\n\r\nclean:\r\n\trm helloworld helloworld.o\r\n\r\nexecute:\r\n\t.\/helloworld<\/code><\/pre>\n\n\n\n<p><\/p>\n\n\n\n<p>linux \u4e0b\u4ea4\u53c9\u7f16\u8bd1 windows 64 \u4f4d\u5e94\u7528<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>CC=x86_64-w64-mingw32-gcc\r\nall: helloworld.o\r\n\t$(CC) helloworld.o -o helloworld.exe \r\n\r\nhelloworld.o:\r\n\t$(CC) -c helloworld.c -o helloworld.o\r\n\r\nclean:\r\n\trm helloworld.exe helloworld.o\r\n\r\nexecute:\r\n\twine .\/helloworld.exe<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"<p>linux\u4e0b make file example linux \u4e0b\u4ea4\u53c9\u7f16\u8bd1 windows 64 \u4f4d\u5e94\u7528<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[142],"tags":[143],"_links":{"self":[{"href":"https:\/\/robinluo.top\/index.php?rest_route=\/wp\/v2\/posts\/873"}],"collection":[{"href":"https:\/\/robinluo.top\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/robinluo.top\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/robinluo.top\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/robinluo.top\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=873"}],"version-history":[{"count":2,"href":"https:\/\/robinluo.top\/index.php?rest_route=\/wp\/v2\/posts\/873\/revisions"}],"predecessor-version":[{"id":875,"href":"https:\/\/robinluo.top\/index.php?rest_route=\/wp\/v2\/posts\/873\/revisions\/875"}],"wp:attachment":[{"href":"https:\/\/robinluo.top\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=873"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/robinluo.top\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=873"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/robinluo.top\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=873"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}