• This project
    • Loading...
  • Sign in

손지언 / 2019102185

%ea%b7%b8%eb%a6%bc1
Go to a project
Toggle navigation Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Graphs
  • Network
  • Create a new issue
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • OSSPractice
  • lab5-2
  • hookerp
  • dhello_world
  • Makefile
  • 손지언's avatar
    d · 6013cb18
    6013cb18
    손지언 authored 2022-02-09 07:58:13 +0000
Makefile 113 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7
APP_NAME := hello_world

all:
	arm-linux-gnueabihf-gcc -o $(APP_NAME) $(APP_NAME).c

clean:
	$(RM) $(APP_NAME).o