makefile:2: *** make後のエラー、解決方法
2022-01-23 19:37:07
質問事項
今日、helloworld.cとMakefileのファイルを作成しました。
hellworld.cの中身は以下の通りです。
#include
The contents of the Makefile are as follows:
hello:helloword.c
gcc -o hello helloword.c
Then make gives the following error:
makefile:2: *** missing separator. stop.
The overall effect is shown in the code below:
root@ubuntu:~/lesson/chap1/1-1# ls
helloword.c makefile
root@ubuntu:~/lesson/chap1/1-1# make
makefile:2: *** missing separator. stop.
Solution
In the
gcc -o hello helloword.c
preceded by the TAB key, not the space space space space ....
hello:helloword.c
gcc -o hello helloword.c
関連
最新
-
nginxです。[emerg] 0.0.0.0:80 への bind() に失敗しました (98: アドレスは既に使用中です)
-
htmlページでギリシャ文字を使うには
-
ピュアhtml+cssでの要素読み込み効果
-
純粋なhtml + cssで五輪を実現するサンプルコード
-
ナビゲーションバー・ドロップダウンメニューのHTML+CSSサンプルコード
-
タイピング効果を実現するピュアhtml+css
-
htmlの選択ボックスのプレースホルダー作成に関する質問
-
html css3 伸縮しない 画像表示効果
-
トップナビゲーションバーメニュー作成用HTML+CSS
-
html+css 実装 サイバーパンク風ボタン
おすすめ
-
ハートビート・エフェクトのためのHTML+CSS
-
HTML ホテル フォームによるフィルタリング
-
HTML+cssのボックスモデル例(円、半円など)「border-radius」使いやすい
-
HTMLテーブルのテーブル分割とマージ(colspan, rowspan)
-
ランダム・ネームドロッパーを実装するためのhtmlサンプルコード
-
Html階層型ボックスシャドウ効果サンプルコード
-
QQの一時的なダイアログボックスをポップアップし、友人を追加せずにオンラインで話す効果を達成する方法
-
sublime / vscodeショートカットHTMLコード生成の実装
-
HTMLページを縮小した後にスクロールバーを表示するサンプルコード
-
html のリストボックス、テキストフィールド、ファイルフィールドのコード例