This website requires JavaScript.
Explore
Blog ↗
Register
Sign In
sage
/
dotfiles
Watch
1
Star
0
Fork
You've already forked dotfiles
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
fbed79f63f
dotfiles
/
fake_home
/
vim_templates
/
makefile
10 lines
95 B
Makefile
Raw
Blame
History
CC
=
gcc
CFLAGS
=
-I.
MAIN
=
hello
nonnull
:
$(
MAIN
)
.
o
$(
CC
)
-o
$(
MAIN
)
$(
MAIN
)
.o
clean
:
rm ./*.o
Reference in New Issue
View Git Blame
Copy Permalink