This website requires JavaScript.
Explore
Help
Sign In
kyle
/
sandbox
Watch
1
Star
0
Fork
You've already forked sandbox
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
72f3484804
sandbox
/
ostep
/
hw5
/
Makefile
11 lines
85 B
Makefile
Raw
Blame
History
TARGETS
:=
hw5_1
all
:
$(
TARGETS
)
clean
:
rm -f
$(
TARGETS
)
%
:
%.
c
$(
CC
)
-o
$@
$<
Reference in New Issue
View Git Blame
Copy Permalink